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