summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-29 12:57:31 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-10-29 12:57:31 +0900
commitca5812fe4516a10cc687281f9e47e1a08449f1ab (patch)
tree773fd07c772631dbae5a1a6ba8865e919a927435 /test/rdoc/test_rdoc_parser.rb
parent9525541d022c67f4a162f8221bae7de2a172f371 (diff)
Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"
This reverts commit b4da6fc1c277190bbd10e795ebf3be45772038e8. `make test-all` uses minitest, which led to "undefined method `omit'"
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 7cc3c2d926..57b8e01a87 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
- omit 'chmod not supported' if Gem.win_platform?
+ skip 'chmod not supported' if Gem.win_platform?
tf = Tempfile.open 'forbidden' do |io|
begin