aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrashant P. Shah <pshah.mumbai@gmail.com>2010-07-30 15:27:59 +0530
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-01 22:17:15 -0300
commit3b44b52fb0f09e437645d12d2feb6b6d37a804ee (patch)
tree370ef1910e5601a8b151a3e216f287589c69f031
parent111234e7c140398dba3bed4936e5d4d03681994c (diff)
downloadrails-3b44b52fb0f09e437645d12d2feb6b6d37a804ee.tar.gz
rails-3b44b52fb0f09e437645d12d2feb6b6d37a804ee.tar.bz2
rails-3b44b52fb0f09e437645d12d2feb6b6d37a804ee.zip
Corrected the rake test:units and test:functionals description [#5251 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
-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 ecd513c2c8..38c14fcd6b 100644
--- a/railties/lib/rails/test_unit/testing.rake
+++ b/railties/lib/rails/test_unit/testing.rake
@@ -70,7 +70,7 @@ module Kernel
end
end
-desc 'Runs test:unit, test:functional, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
+desc 'Runs test:units, test:functionals, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
task :test do
errors = %w(test:units test:functionals test:integration).collect do |task|
begin