aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-29 06:58:45 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-29 06:58:45 -0700
commit94b857899506612956bb542e28e292308accb908 (patch)
tree7458be0be9ddd4cc84a64ded423ca6964d3f606c
parent7edaecc475f099ddde5dc4828a93ccc9996869bc (diff)
parente390fb05f044d9fb1f71f807a770ef9fbaa70f2d (diff)
downloadrails-94b857899506612956bb542e28e292308accb908.tar.gz
rails-94b857899506612956bb542e28e292308accb908.tar.bz2
rails-94b857899506612956bb542e28e292308accb908.zip
Merge pull request #12688 from simi/patch-1
Update testing.rake with more accurate description of test task.
-rw-r--r--railties/lib/rails/test_unit/testing.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/test_unit/testing.rake b/railties/lib/rails/test_unit/testing.rake
index 547846c833..38107e77b2 100644
--- a/railties/lib/rails/test_unit/testing.rake
+++ b/railties/lib/rails/test_unit/testing.rake
@@ -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