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

Methods
D
Instance Public methods
desc(string)
   # File railties/lib/rails/test_unit/sub_test_task.rb, line 4
4:     def desc(string)
5:       # Ignore the description.
6:     end