summaryrefslogtreecommitdiff
path: root/test/rss
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-08 12:58:36 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-08 12:58:36 +0000
commit67c5b057e692b39c801aea811c6b75b40c4b8c22 (patch)
tree986675eca24f8766f6e8f9d2bb57928ec35725e0 /test/rss
parent6225a8838241bab9263a5a88ef05a1a5cc59da29 (diff)
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
Diffstat (limited to 'test/rss')
-rw-r--r--test/rss/test_version.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb
new file mode 100644
index 0000000000..c2c7bdab20
--- /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