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

Avoid using unrequired core extensions

This commit is contained in:
Jeremy Kemper 2009-12-01 15:07:41 -08:00
parent 544de09631
commit 74be70039f

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