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