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:
parent
540eea39dd
commit
a68a1b0b7d
Notes:
git
2021-09-06 13:11:51 +09:00
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue