summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-27 04:41:36 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-27 04:41:36 +0000
commit23c14c361377e15d875cd059df07190bfbde2c79 (patch)
treef256d9dd4a1dfa252878657a0f8a898ed94a2c02 /test
parent4b85c77e662d5c2327a540b8c8790b13752da3ba (diff)
* NEWS: rss: 0.2.5 -> 0.2.7.
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.6 -> 0.2.7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rss/test_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb
index ee94b80f16..17679012d3 100644
--- a/test/rss/test_version.rb
+++ b/test/rss/test_version.rb
@@ -3,7 +3,7 @@ require "rss-testcase"
module RSS
class TestVersion < TestCase
def test_version
- assert_equal("0.2.6", ::RSS::VERSION)
+ assert_equal("0.2.7", ::RSS::VERSION)
end
end
end