aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/test_table.rb')
-rwxr-xr-xtest/csv/test_table.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/csv/test_table.rb b/test/csv/test_table.rb
index 18e9e77d18..731d526190 100755
--- a/test/csv/test_table.rb
+++ b/test/csv/test_table.rb
@@ -10,6 +10,8 @@
require_relative "base"
class TestCSV::Table < TestCSV
+ include DifferentOFS
+
def setup
super
@rows = [ CSV::Row.new(%w{A B C}, [1, 2, 3]),