summaryrefslogtreecommitdiff
path: root/test/json/test_json_rails.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/json/test_json_rails.rb')
-rw-r--r--test/json/test_json_rails.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/test_json_rails.rb b/test/json/test_json_rails.rb
index 52dc29f388..91eb9ee9ea 100644
--- a/test/json/test_json_rails.rb
+++ b/test/json/test_json_rails.rb
@@ -17,7 +17,7 @@ class TC_JSONRails < Test::Unit::TestCase
def ==(other)
a == other.a
end
-
+
def self.json_create(object)
new(*object['args'])
end