diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 246f107d05..d2d96c5719 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -14,6 +14,10 @@ class TestStringIO < Test::Unit::TestCase include TestEOF::Seek + def test_version + assert_kind_of(String, StringIO::VERSION) + end + def test_initialize assert_kind_of StringIO, StringIO.new assert_kind_of StringIO, StringIO.new('str')