summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorrandym <[email protected]>2017-02-21 21:14:13 +0900
committerrandym <[email protected]>2017-02-21 21:14:13 +0900
commitaed4d5854e7a19f626d7198685134d02c8924c04 (patch)
tree1f43c5c3d83594635d214e3616f3607e2cb25301 /test
parentd41258edda220620226c20fb75ee25f36abe3636 (diff)
downloadcaxlsx-aed4d5854e7a19f626d7198685134d02c8924c04.tar.gz
caxlsx-aed4d5854e7a19f626d7198685134d02c8924c04.zip
chore(travis): include 2.4 in tests
Diffstat (limited to 'test')
-rw-r--r--test/workbook/worksheet/tc_pivot_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_pivot_table.rb b/test/workbook/worksheet/tc_pivot_table.rb
index 08ad49e6..ff7f8b92 100644
--- a/test/workbook/worksheet/tc_pivot_table.rb
+++ b/test/workbook/worksheet/tc_pivot_table.rb
@@ -87,7 +87,7 @@ class TestPivotTable < Test::Unit::TestCase
assert_equal(['Year'], pivot_table.no_subtotals_on_headers)
end
- def test_header_indices
+ def test_header_indices
pivot_table = @ws.add_pivot_table('G5:G6', 'A1:E5')
assert_equal(0, pivot_table.header_index_of('Year' ))
assert_equal(1, pivot_table.header_index_of('Month' ))