summaryrefslogtreecommitdiff
path: root/test/csv/test_row.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/test_row.rb')
-rwxr-xr-xtest/csv/test_row.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/csv/test_row.rb b/test/csv/test_row.rb
index b2d94fa4d6..af2a7dc1b2 100755
--- a/test/csv/test_row.rb
+++ b/test/csv/test_row.rb
@@ -11,6 +11,7 @@ require_relative "base"
class TestCSV::Row < TestCSV
def setup
+ super
@row = CSV::Row.new(%w{A B C A A}, [1, 2, 3, 4])
end
@@ -307,6 +308,4 @@ class TestCSV::Row < TestCSV
"Header field pair not found." )
end
end
-
- with_diffrent_ofs
end