summaryrefslogtreecommitdiff
path: root/test/csv/test_headers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/test_headers.rb')
-rwxr-xr-xtest/csv/test_headers.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/csv/test_headers.rb b/test/csv/test_headers.rb
index ef955fb492..f6608fc871 100755
--- a/test/csv/test_headers.rb
+++ b/test/csv/test_headers.rb
@@ -11,6 +11,7 @@ require_relative "base"
class TestCSV::Headers < TestCSV
def setup
+ super
@data = <<-END_CSV.gsub(/^\s+/, "")
first,second,third
A,B,C
@@ -283,6 +284,4 @@ class TestCSV::Headers < TestCSV
assert_instance_of(CSV::Row, row)
end
end
-
- with_diffrent_ofs
end