summaryrefslogtreecommitdiffhomepage
path: root/test/util/tc_serialized_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/tc_serialized_attributes.rb')
-rw-r--r--test/util/tc_serialized_attributes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/tc_serialized_attributes.rb b/test/util/tc_serialized_attributes.rb
index 88c7536d..886bafde 100644
--- a/test/util/tc_serialized_attributes.rb
+++ b/test/util/tc_serialized_attributes.rb
@@ -14,6 +14,7 @@ class TestSeralizedAttributes < Test::Unit::TestCase
def test_camel_symbol
@object.camel_symbol = :foo_bar
+
assert_equal('camelSymbol="fooBar" ', @object.serialized_attributes)
end
end