summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--test/workbook/worksheet/tc_pivot_table.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 89c56f22..f46950ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,11 @@ notifications:
matrix:
include:
- - rvm: 1.9.3
- rvm: 2.0
- rvm: 2.1
- rvm: 2.2
- - rvm: 2.3.1
+ - rvm: 2.3.3
+ - rvm: 2.0.0
- rvm: rbx-3
- rvm: jruby-19mode
env: JRUBY_OPTS="-Xcli.debug=true --debug"
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' ))