1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/testunit: add skip messages.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-06-10 04:03:36 +00:00
parent be4623525f
commit c95cbe809e
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ require 'test/unit'
class TestForTestHideSkip < Test::Unit::TestCase
def test_skip
skip
skip "do nothing"
end
end

View file

@ -7,7 +7,7 @@ class TestE < TestCaseForParallelTest
end
def ptest_always_skip
skip
skip "always"
end
def ptest_always_fail