summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:50:54 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commitdaf5ce3ba1545e295ba2efd0ee153638ae446e6e (patch)
tree794774d3f0616f85cd24537d98dc17ebde70027b /test/rdoc/test_rdoc_parser.rb
parente87e10e5e7b7bbb6f4e703981a75b9aaae588816 (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.rb2
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