From 87a96d59b05150479c5c63204078cabbc37df55d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Apr 2009 01:49:48 +0000 Subject: * test/stringio/test_stringio.rb (test_path): StringIO#path is no longer defined. [ruby-dev:38254] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/stringio/test_stringio.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 0c1ae5dc4..33bef0690 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 -- cgit