mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
aaec30f96a
commit
090dc8fd54
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue