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

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