diff --git a/config/environments/test.rb b/config/environments/test.rb index 5c6dadf..138af8c 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -20,6 +20,8 @@ Rails.application.configure do config.consider_all_requests_local = true config.action_controller.perform_caching = false + config.log_level = :warn + # Raise exceptions instead of rendering exception templates. config.action_dispatch.show_exceptions = false