* 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:
nobu 2009-04-06 01:49:48 +00:00
parent aaec30f96a
commit 090dc8fd54
1 changed files with 0 additions and 4 deletions

View File

@ -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