1
0
Fork 0
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:
nobu 2009-04-06 01:49:48 +00:00
parent aaec30f96a
commit 090dc8fd54

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