Merge pull request #12688 from simi/patch-1

Update testing.rake with more accurate description of test task.
This commit is contained in:
Rafael Mendonça França 2013-10-29 06:58:45 -07:00
commit 94b8578995

@ -4,7 +4,7 @@ require 'rails/test_unit/sub_test_task'
task default: :test
desc 'Runs test:units, test:functionals, test:integration together'
desc 'Runs test:units, test:functionals, test:generators, test:integration together'
task :test do
Rails::TestTask.test_creator(Rake.application.top_level_tasks).invoke_rake_task
end