From 1fc7f84ed05d1a457040d9be92e753ceb6cc66ce Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Wed, 8 Dec 2004 12:58:36 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_version.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/rss/test_version.rb (limited to 'test') diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb new file mode 100644 index 000000000..c2c7bdab2 --- /dev/null +++ b/test/rss/test_version.rb @@ -0,0 +1,9 @@ +require "rss-testcase" + +module RSS + class TestVersion < TestCase + def test_version + assert_equal("0.1.2", ::RSS::VERSION) + end + end +end -- cgit