diff options
Diffstat (limited to 'activeresource/test/fixtures/proxy.rb')
-rw-r--r-- | activeresource/test/fixtures/proxy.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/activeresource/test/fixtures/proxy.rb b/activeresource/test/fixtures/proxy.rb deleted file mode 100644 index bb8e015df0..0000000000 --- a/activeresource/test/fixtures/proxy.rb +++ /dev/null @@ -1,4 +0,0 @@ -class ProxyResource < ActiveResource::Base - self.site = "http://localhost" - self.proxy = "http://user:password@proxy.local:3000" -end
\ No newline at end of file |