summaryrefslogtreecommitdiff
path: root/test/rdoc/support/test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/support/test_case.rb')
-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:
#