class Rails::SubTestTask

Silence the default description to cut down on `rake -T` noise.

Public Instance Methods

desc(string) click to toggle source
# File lib/rails/test_unit/sub_test_task.rb, line 4
def desc(string)
  # Ignore the description.
end