diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-25 13:49:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-25 13:49:14 +0000 |
commit | ef990446737fc7923aed358e5b2c618a77a12d65 (patch) | |
tree | f30d8b3c24be51100b3b50056674d59fe338ee82 /test/csv/test_headers.rb | |
parent | c41b036f4d6b0ddd3f2310641f44763c270a7712 (diff) |
* test/csv: DifferentOFS needs to be include in each classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/csv/test_headers.rb')
-rwxr-xr-x | test/csv/test_headers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/csv/test_headers.rb b/test/csv/test_headers.rb index f6608fc871..96ff485cad 100755 --- a/test/csv/test_headers.rb +++ b/test/csv/test_headers.rb @@ -10,6 +10,8 @@ require_relative "base" class TestCSV::Headers < TestCSV + include DifferentOFS + def setup super @data = <<-END_CSV.gsub(/^\s+/, "") |