summaryrefslogtreecommitdiff
path: root/test/csv/test_row.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 13:49:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 13:49:14 +0000
commitef990446737fc7923aed358e5b2c618a77a12d65 (patch)
treef30d8b3c24be51100b3b50056674d59fe338ee82 /test/csv/test_row.rb
parentc41b036f4d6b0ddd3f2310641f44763c270a7712 (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_row.rb')
-rwxr-xr-xtest/csv/test_row.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/csv/test_row.rb b/test/csv/test_row.rb
index af2a7dc1b2..38383d5a00 100755
--- a/test/csv/test_row.rb
+++ b/test/csv/test_row.rb
@@ -10,6 +10,8 @@
require_relative "base"
class TestCSV::Row < TestCSV
+ include DifferentOFS
+
def setup
super
@row = CSV::Row.new(%w{A B C A A}, [1, 2, 3, 4])