parent
13ed1d7b60
commit
0a219ef44a
@ -14,6 +14,10 @@ class TestStringIO < Test::Unit::TestCase
|
|||||||
|
|
||||||
include TestEOF::Seek
|
include TestEOF::Seek
|
||||||
|
|
||||||
|
def test_version
|
||||||
|
assert_kind_of(String, StringIO::VERSION)
|
||||||
|
end
|
||||||
|
|
||||||
def test_initialize
|
def test_initialize
|
||||||
assert_kind_of StringIO, StringIO.new
|
assert_kind_of StringIO, StringIO.new
|
||||||
assert_kind_of StringIO, StringIO.new('str')
|
assert_kind_of StringIO, StringIO.new('str')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user