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