summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-03 16:58:56 +0900
committergit <svn-admin@ruby-lang.org>2021-09-03 19:10:34 +0900
commitb809e5a4a98cf73f80e96c16c9a0c6f3da332dc5 (patch)
tree413d8220a717b8a2a7b5ceb575749f53adbf50d9 /test/rdoc
parent0a9a3799bb8421b09cc458f47590574d2d59506d (diff)
[ruby/rdoc] s/minitest/test-unit/g
https://github.com/ruby/rdoc/commit/73c030c7b0
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/support/test_case.rb4
1 files changed, 2 insertions, 2 deletions
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:
#