summaryrefslogtreecommitdiff
path: root/trunk/test/rss/test_version.rb
blob: fefdb1e0f0d7719a66585924bddd30dbaef218e1 (plain)
1
2
3
4
5
6
7
8
9
require "rss-testcase"

module RSS
  class TestVersion < TestCase
    def test_version
      assert_equal("0.2.5", ::RSS::VERSION)
    end
  end
end