1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated

test method.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-07-22 14:53:20 +00:00
parent 39b5931d74
commit 1daf909bd7

View file

@ -528,7 +528,7 @@ class TestIO < Test::Unit::TestCase
}
end
def test_copy_stream_bigcontent
def test_copy_stream_bigcontent_fpos
with_bigsrc {|bigsrc, bigcontent|
File.open(bigsrc) {|f|
begin