Avoid using unrequired core extensions

This commit is contained in:
Jeremy Kemper 2009-12-01 15:07:41 -08:00
parent 544de09631
commit 74be70039f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ task :test do
task
end
end.compact
abort "Errors running #{errors.to_sentence(:locale => :en)}!" if errors.any?
abort "Errors running #{errors * ', '}!" if errors.any?
end
namespace :test do