summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv')
-rw-r--r--test/csv/test_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/test_table.rb b/test/csv/test_table.rb
index 50edc77e40..3202963a67 100644
--- a/test/csv/test_table.rb
+++ b/test/csv/test_table.rb
@@ -16,7 +16,7 @@ class TestCSVTable < Test::Unit::TestCase
@header_table = CSV::Table.new(
[CSV::Row.new(%w{A B C}, %w{A B C}, true)] + @rows
)
-
+
@header_only_table = CSV::Table.new([], headers: %w{A B C})
end