summaryrefslogtreecommitdiffhomepage
path: root/test/util/tc_serialized_attributes.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-13 13:13:34 +0200
committerGeremia Taglialatela <[email protected]>2023-05-03 16:05:17 +0200
commit350f7ae9a04f3d39c099cc54f7c04bf31f385d96 (patch)
treee84af2a70d3b18a0b94c784338faf48215c9c8a8 /test/util/tc_serialized_attributes.rb
parente81036b76e734ab03fac31faafb9732f6b3b2928 (diff)
downloadcaxlsx-350f7ae9a04f3d39c099cc54f7c04bf31f385d96.tar.gz
caxlsx-350f7ae9a04f3d39c099cc54f7c04bf31f385d96.zip
Add RuboCop Minitest
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