ruby/test/rss/test_version.rb
(no author) 67c5b057e6 This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 12:58:36 +00:00

9 lines
149 B
Ruby

require "rss-testcase"
module RSS
class TestVersion < TestCase
def test_version
assert_equal("0.1.2", ::RSS::VERSION)
end
end
end