Skip to content

Commit

Permalink
Merge pull request #12688 from simi/patch-1
Browse files Browse the repository at this point in the history
Update testing.rake with more accurate description of test task.
  • Loading branch information
rafaelfranca committed Oct 29, 2013
2 parents 7edaecc + e390fb0 commit 94b8578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/test_unit/testing.rake
Expand Up @@ -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
Expand Down

0 comments on commit 94b8578

Please sign in to comment.