diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-09-03 16:58:56 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-03 19:10:34 +0900 |
commit | b809e5a4a98cf73f80e96c16c9a0c6f3da332dc5 (patch) | |
tree | 413d8220a717b8a2a7b5ceb575749f53adbf50d9 /test/rdoc/support | |
parent | 0a9a3799bb8421b09cc458f47590574d2d59506d (diff) |
[ruby/rdoc] s/minitest/test-unit/g
https://github.com/ruby/rdoc/commit/73c030c7b0
Diffstat (limited to 'test/rdoc/support')
-rw-r--r-- | test/rdoc/support/test_case.rb | 4 |
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: # |