diff options
Diffstat (limited to 'test/tc_axlsx.rb')
| -rw-r--r-- | test/tc_axlsx.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tc_axlsx.rb b/test/tc_axlsx.rb index af9d505c..fc23cc5f 100644 --- a/test/tc_axlsx.rb +++ b/test/tc_axlsx.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestAxlsx < Test::Unit::TestCase - def setup_wide @wide_test_points = { "A3" => 0, @@ -140,5 +139,4 @@ class TestAxlsx < Test::Unit::TestCase assert_equal({foo: {baz: true}}, h1.merge(h2)) assert_equal({foo: {bar: true, baz: true}}, Axlsx.hash_deep_merge(h1, h2)) end - end |
