1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Corrected the rake test:units and test:functionals description [#5251 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Prashant P. Shah 2010-07-30 15:27:59 +05:30 committed by Santiago Pastorino
parent 111234e7c1
commit 3b44b52fb0

View file

@ -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