Skip to content

Commit

Permalink
Corrected the rake test:units and test:functionals description [rails…
Browse files Browse the repository at this point in the history
…#5251 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
prashants authored and spastorino committed Aug 2, 2010
1 parent 111234e commit 3b44b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/test_unit/testing.rake
Expand Up @@ -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
Expand Down

0 comments on commit 3b44b52

Please sign in to comment.