mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Avoid using unrequired core extensions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user