summaryrefslogtreecommitdiff
path: root/test/stringio/test_stringio.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-06 01:49:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-06 01:49:48 +0000
commit090dc8fd544c999e7526165b5f172d404af4e15b (patch)
treec5c95d845a0336199465d18bb0c9e51c2d8caf0f /test/stringio/test_stringio.rb
parentaaec30f96a67c43b89b8b5173734c77bd1a3411e (diff)
* 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
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