diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 0c1ae5dc48..33bef0690b 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -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