From 090dc8fd544c999e7526165b5f172d404af4e15b 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@23138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/stringio/test_stringio.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/stringio/test_stringio.rb') 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 -- cgit v1.2.3