aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/helper.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-25 06:49:59 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-25 06:49:59 +0000
commit24b57b102c1992b679f8f8c0fd1a0239289a129b (patch)
treee25055dbfcef70d3b01855c004e57e130b3fac5f /test/csv/helper.rb
parentcdca14e75e98e2657daa40589f18a0ad46846020 (diff)
downloadruby-24b57b102c1992b679f8f8c0fd1a0239289a129b.tar.gz
Upgrade CSV to 3.0.4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/csv/helper.rb')
-rw-r--r--test/csv/helper.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/csv/helper.rb b/test/csv/helper.rb
new file mode 100644
index 0000000000..4f7b00244b
--- /dev/null
+++ b/test/csv/helper.rb
@@ -0,0 +1,5 @@
+require "test/unit"
+
+require "csv"
+
+require_relative "../lib/with_different_ofs.rb"