aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/test_table.rb')
-rwxr-xr-xtest/csv/test_table.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/csv/test_table.rb b/test/csv/test_table.rb
index 0bca9194e3..18e9e77d18 100755
--- a/test/csv/test_table.rb
+++ b/test/csv/test_table.rb
@@ -11,6 +11,7 @@ require_relative "base"
class TestCSV::Table < TestCSV
def setup
+ super
@rows = [ CSV::Row.new(%w{A B C}, [1, 2, 3]),
CSV::Row.new(%w{A B C}, [4, 5, 6]),
CSV::Row.new(%w{A B C}, [7, 8, 9]) ]
@@ -414,6 +415,4 @@ class TestCSV::Table < TestCSV
@table.inspect.encoding ),
"inspect() was not ASCII compatible." )
end
-
- with_diffrent_ofs
end