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