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

Use omit instead of skip for test-unit.

This commit is contained in:
Hiroshi SHIBATA 2019-08-11 12:50:54 +09:00 committed by aycabta
parent e87e10e5e7
commit daf5ce3ba1
9 changed files with 19 additions and 21 deletions

View file

@ -201,6 +201,4 @@ class RDoc::TestCase < Test::Unit::TestCase
end
end
end
alias skip omit
end