Log warnings in test environment
This commit is contained in:
parent
7392ede482
commit
d578440116
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue