X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c63ae5ab6c5c5e2ee2e2ec7f984f939a2f7d0d22..6be766d015c692703d053997e5575f13f77d442a:/config/environments/test.rb?ds=sidebyside diff --git a/config/environments/test.rb b/config/environments/test.rb index 80871151f..451eecc50 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -37,6 +37,9 @@ Rails.application.configure do # Store uploaded files on the local file system in a temporary directory. config.active_storage.service = :test + # Disable logging in tests, for speed increases. Set to :info to bring back logging + config.log_level = :warn + config.action_mailer.perform_caching = false # Tell Action Mailer not to deliver emails to the real world.