5a4b41443c
abe4a8d070
1
2 3
4 5
6 7 8
module Rails # Silence the default description to cut down on `rake -T` noise. class SubTestTask < Rake::TestTask def desc(string) # Ignore the description. end end end