From 331352e676d914997b3876cf791d49d3d414de39 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 7 Jul 2012 14:14:54 +0000 Subject: * test/csv/test_features.rb: add require for Tempfile. * test/csv/test_serialization.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/test_features.rb | 1 + test/csv/test_serialization.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'test/csv') 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 -- cgit v1.2.3