aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv')
-rwxr-xr-xtest/csv/test_features.rb1
-rwxr-xr-xtest/csv/test_serialization.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb
index 1c178d130d..7176cca0e0 100755
--- a/test/csv/test_features.rb
+++ b/test/csv/test_features.rb
@@ -13,6 +13,7 @@ rescue LoadError
end
require_relative "base"
+require "tempfile"
class TestCSV::Features < TestCSV
extend DifferentOFS
diff --git a/test/csv/test_serialization.rb b/test/csv/test_serialization.rb
index 09440a426b..dafe12bb38 100755
--- a/test/csv/test_serialization.rb
+++ b/test/csv/test_serialization.rb
@@ -8,6 +8,7 @@
# under the terms of Ruby's license.
require_relative "base"
+require "tempfile"
# An example of how to provide custom CSV serialization.
class Hash