diff options
author | aycabta <[email protected]> | 2019-08-16 06:45:36 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-08-16 06:45:36 +0900 |
commit | a458317b914579c8a042ed02592af3a92aa41d1b (patch) | |
tree | c8cf7225a6eefcad40f07f67f0b08477427b7462 /test/rdoc/test_rdoc_parser.rb | |
parent | f71bd7477e84eb1cd10fa27e79b1e081ee51793a (diff) |
Use assert_raise and 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 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 |