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