summaryrefslogtreecommitdiffhomepage
path: root/test/tc_axlsx.rb
diff options
context:
space:
mode:
authorPaul Kmiec <[email protected]>2023-05-13 14:51:41 -0700
committerPaul Kmiec <[email protected]>2023-05-15 13:55:04 -0700
commit71b358f0c73c73f88275b4c1c89fdf5372281ada (patch)
treed53313e1898462abbc958ca83d37212a7521f423 /test/tc_axlsx.rb
parent4627bcce04ade9c17e1d0c169100a6288195f6ac (diff)
downloadcaxlsx-71b358f0c73c73f88275b4c1c89fdf5372281ada.tar.gz
caxlsx-71b358f0c73c73f88275b4c1c89fdf5372281ada.zip
Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rb
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([]))