diff options
author | Michael Koziarski <michael@koziarski.com> | 2008-01-20 23:27:19 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2008-01-20 23:27:19 +0000 |
commit | 9c4beb5e982aae09a0813f82b8634baa8f8b4d08 (patch) | |
tree | 9220748346189b4ecc12954fe05c4af1c7f77ab4 /railties/lib | |
parent | 250a1194b91e6ddb3e2e80d48753a1591992164b (diff) | |
download | rails-9c4beb5e982aae09a0813f82b8634baa8f8b4d08.tar.gz rails-9c4beb5e982aae09a0813f82b8634baa8f8b4d08.tar.bz2 rails-9c4beb5e982aae09a0813f82b8634baa8f8b4d08.zip |
Tidy up description for the rake test task. Closes #10598 [akaspick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8678 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/tasks/testing.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/tasks/testing.rake b/railties/lib/tasks/testing.rake index dc513108fc..cc2376cbb3 100644 --- a/railties/lib/tasks/testing.rake +++ b/railties/lib/tasks/testing.rake @@ -38,7 +38,7 @@ module Kernel end end -desc 'Test all units and functionals' +desc 'Run all unit, functional and integration tests' task :test do errors = %w(test:units test:functionals test:integration).collect do |task| begin |