From b809e5a4a98cf73f80e96c16c9a0c6f3da332dc5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 3 Sep 2021 16:58:56 +0900 Subject: [ruby/rdoc] s/minitest/test-unit/g https://github.com/ruby/rdoc/commit/73c030c7b0 --- test/rdoc/support/test_case.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rdoc/support') diff --git a/test/rdoc/support/test_case.rb b/test/rdoc/support/test_case.rb index 21c5534583..7617fc8471 100644 --- a/test/rdoc/support/test_case.rb +++ b/test/rdoc/support/test_case.rb @@ -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: # -- cgit v1.2.3