summaryrefslogtreecommitdiffhomepage
path: root/test/tc_axlsx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_axlsx.rb')
-rw-r--r--test/tc_axlsx.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tc_axlsx.rb b/test/tc_axlsx.rb
index a70722ee..3c4b5f93 100644
--- a/test/tc_axlsx.rb
+++ b/test/tc_axlsx.rb
@@ -3,6 +3,7 @@
require 'tc_helper'
class TestAxlsx < Test::Unit::TestCase
+ # rubocop:disable Layout/HashAlignment
def setup_wide
@wide_test_points = {
"A3" => 0,
@@ -15,6 +16,7 @@ class TestAxlsx < Test::Unit::TestCase
"BZU3" => (2 * (26**2)) + (26 * 26) + 20
}
end
+ # rubocop:enable Layout/HashAlignment
def test_cell_range_empty_if_no_cell
assert_equal("", Axlsx.cell_range([]))