mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* 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
This commit is contained in:
parent
8a995a56c7
commit
331352e676
3 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ rescue LoadError
|
|||
end
|
||||
|
||||
require_relative "base"
|
||||
require "tempfile"
|
||||
|
||||
class TestCSV::Features < TestCSV
|
||||
extend DifferentOFS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue