diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-08-11 12:50:54 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-08-16 06:07:11 +0900 |
commit | daf5ce3ba1545e295ba2efd0ee153638ae446e6e (patch) | |
tree | 794774d3f0616f85cd24537d98dc17ebde70027b /test/rdoc/test_rdoc_parser.rb | |
parent | e87e10e5e7b7bbb6f4e703981a75b9aaae588816 (diff) |
Use omit instead of skip for test-unit.
Diffstat (limited to 'test/rdoc/test_rdoc_parser.rb')
-rw-r--r-- | test/rdoc/test_rdoc_parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_parser.rb b/test/rdoc/test_rdoc_parser.rb index 57b8e01a87..7cc3c2d926 100644 --- a/test/rdoc/test_rdoc_parser.rb +++ b/test/rdoc/test_rdoc_parser.rb @@ -104,7 +104,7 @@ class TestRDocParser < RDoc::TestCase end def test_class_for_forbidden - skip 'chmod not supported' if Gem.win_platform? + omit 'chmod not supported' if Gem.win_platform? tf = Tempfile.open 'forbidden' do |io| begin |