From 3791bdf08084b40f0e6f499a83715639c7d25b1e Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 15 Apr 2019 02:05:03 +0000 Subject: Import CSV 3.0.9 This fixes test failures on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/interface/test_read.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/csv/interface/test_read.rb b/test/csv/interface/test_read.rb index 393619b763..8fefbbb172 100644 --- a/test/csv/interface/test_read.rb +++ b/test/csv/interface/test_read.rb @@ -10,7 +10,7 @@ class TestCSVInterfaceRead < Test::Unit::TestCase @data = "" @data << "1\t2\t3\r\n" @data << "4\t5\r\n" - @input = Tempfile.new(["interface-read", ".csv"], options: {binmode: true}) + @input = Tempfile.new(["interface-read", ".csv"], binmode: true) @input << @data @input.rewind @rows = [ -- cgit v1.2.3