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

Removed MiniTest::Assertion from test/rdoc

This commit is contained in:
Hiroshi SHIBATA 2021-09-06 11:54:09 +09:00
parent 540eea39dd
commit a68a1b0b7d
Notes: git 2021-09-06 13:11:51 +09:00

View file

@ -142,12 +142,7 @@ class TestRDocGeneratorDarkfish < RDoc::TestCase
@g.install_rdoc_static_file src, dst, options
assert_file dst
begin
assert_hard_link dst
rescue MiniTest::Assertion
return # hard links are not supported, no further tests needed
end
assert_hard_link dst
@g.install_rdoc_static_file src, dst, options