summaryrefslogtreecommitdiffhomepage
path: root/test/stylesheet/tc_table_style.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stylesheet/tc_table_style.rb')
-rw-r--r--test/stylesheet/tc_table_style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stylesheet/tc_table_style.rb b/test/stylesheet/tc_table_style.rb
index ea3334b7..defa0531 100644
--- a/test/stylesheet/tc_table_style.rb
+++ b/test/stylesheet/tc_table_style.rb
@@ -13,7 +13,7 @@ class TestTableStyle < Test::Unit::TestCase
assert_equal("fisher", @item.name)
assert_nil(@item.pivot)
assert_nil(@item.table)
- ts = Axlsx::TableStyle.new 'price', :pivot => true, :table => true
+ ts = Axlsx::TableStyle.new 'price', pivot: true, table: true
assert_equal('price', ts.name)
assert(ts.pivot)