class Rails::SubTestTask

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

def desc(string)

:nodoc:
Silence the default description to cut down on `rake -T` noise.
def desc(string)
  # Ignore the description.
end