Silence the default description to cut down on `rake -T` noise.
Source: show | on GitHub
# File railties/lib/rails/test_unit/sub_test_task.rb, line 4 4: def desc(string) 5: # Ignore the description. 6: end