summaryrefslogtreecommitdiff
path: root/test/rss/test_version.rb
blob: 64f6f0482e564c2278ed23a976f4e8624cd4eb78 (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.4", ::RSS::VERSION)
    end
  end
end