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:
parent
544de09631
commit
74be70039f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue