[ruby/rdoc] s/minitest/test-unit/g

https://github.com/ruby/rdoc/commit/73c030c7b0
This commit is contained in:
Hiroshi SHIBATA 2021-09-03 16:58:56 +09:00 committed by git
parent 0a9a3799bb
commit b809e5a4a9

View File

@ -17,8 +17,8 @@ require 'rdoc'
##
# RDoc::TestCase is an abstract TestCase to provide common setup and teardown
# across all RDoc tests. The test case uses minitest, so all the assertions
# of minitest may be used.
# across all RDoc tests. The test case uses test-unit, so all the assertions
# of test-unit may be used.
#
# The testcase provides the following:
#