Skip to content

Commit 73c030c

Browse files
committed
s/minitest/test-unit/g
1 parent 0dd36a5 commit 73c030c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rdoc/support/test_case.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
##
1919
# RDoc::TestCase is an abstract TestCase to provide common setup and teardown
20-
# across all RDoc tests. The test case uses minitest, so all the assertions
21-
# of minitest may be used.
20+
# across all RDoc tests. The test case uses test-unit, so all the assertions
21+
# of test-unit may be used.
2222
#
2323
# The testcase provides the following:
2424
#

0 commit comments

Comments
 (0)