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