summaryrefslogtreecommitdiff
path: root/test/stringio/test_stringio.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stringio/test_stringio.rb')
-rw-r--r--test/stringio/test_stringio.rb4
1 files changed, 0 insertions, 4 deletions
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