mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rss/test_version.rb: added version check test. [ruby-dev:25053]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a435e52259
commit
6100eced2e
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 8 00:25:07 2004 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rss/test_version.rb: added version check test.
|
||||
[ruby-dev:25053]
|
||||
|
||||
Tue Dec 7 15:40:38 2004 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* io.c (io_fwrite): avoid context switch before writing to stderr.
|
||||
|
|
9
test/rss/test_version.rb
Normal file
9
test/rss/test_version.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require "rss-testcase"
|
||||
|
||||
module RSS
|
||||
class TestVersion < TestCase
|
||||
def test_version
|
||||
assert_equal("0.1.2", ::RSS::VERSION)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue