зеркало из https://github.com/github/ruby.git
* test/stringio/test_stringio.rb (test_path): StringIO#path is no
longer defined. [ruby-dev:38254] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
aaec30f96a
Коммит
090dc8fd54
|
@ -118,10 +118,6 @@ class TestStringIO < Test::Unit::TestCase
|
|||
assert_equal(false, StringIO.new("").isatty)
|
||||
end
|
||||
|
||||
def test_path
|
||||
assert_equal(nil, StringIO.new("").path)
|
||||
end
|
||||
|
||||
def test_fsync
|
||||
assert_equal(0, StringIO.new("").fsync)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче