aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/test/fixtures/person.rb')
-rw-r--r--activeresource/test/fixtures/person.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/test/fixtures/person.rb b/activeresource/test/fixtures/person.rb
index 4914863230..8e5768586a 100644
--- a/activeresource/test/fixtures/person.rb
+++ b/activeresource/test/fixtures/person.rb
@@ -1,3 +1,3 @@
class Person < ActiveResource::Base
- self.site = "http://37s.sunrise.i:3000/"
+ self.site = "http://37s.sunrise.i:3000"
end \ No newline at end of file