diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb index 6463ac2c8..6979b6b4c 100644 --- a/lib/rake/testtask.rb +++ b/lib/rake/testtask.rb @@ -60,7 +60,7 @@ class TestTask < TaskLib # Style of test loader to use. Options are: # # * :rake -- Rake provided test loading script (default). - # * :testrb -- Ruby provided test loading script. + # * :"test-unit" -- test-unit provided test loading script. # * :direct -- Load tests using command line loader. # attr_accessor :loader