summaryrefslogtreecommitdiff
path: root/test/csv/test_features.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/test_features.rb')
-rwxr-xr-xtest/csv/test_features.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb
index 747c6a11d4..70ba39d0fe 100755
--- a/test/csv/test_features.rb
+++ b/test/csv/test_features.rb
@@ -12,6 +12,8 @@ require "zlib"
require_relative "base"
class TestCSV::Features < TestCSV
+ include DifferentOFS
+
TEST_CASES = [ [%Q{a,b}, ["a", "b"]],
[%Q{a,"""b"""}, ["a", "\"b\""]],
[%Q{a,"""b"}, ["a", "\"b"]],