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

Let testunit use omit or pend instead of skip

This commit is contained in:
Nobuyoshi Nakada 2022-01-16 16:33:34 +09:00
parent 2ae9da23c5
commit 56b45e8c8e
Notes: git 2022-01-16 21:35:41 +09:00
4 changed files with 28 additions and 10 deletions

View file

@ -5,7 +5,7 @@ require 'test/unit'
class TestForTestHideSkip < Test::Unit::TestCase
def test_c
skip "do nothing"
omit "do nothing"
end
def test_b