From 7acbfdc2a1140865d7517114c539b6ffa0713ee3 Mon Sep 17 00:00:00 2001 From: Prashant P. Shah Date: Fri, 30 Jul 2010 15:27:59 +0530 Subject: [PATCH] Corrected the rake test:units and test:functionals description [#5251] --- railties/lib/rails/test_unit/testing.rake | 2 +- 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 ecd513c..38c14fc 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 -- 1.6.0.4