mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Set config.active_support.deprecation
to :stderr in test env
Otherwise calling `ActiveSupport::Deprecation.warn` leads to failing tests
This commit is contained in:
parent
aa6e8f8a93
commit
c20e077b65
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Rails.application.configure do
|
|||
config.action_mailer.delivery_method = :test
|
||||
config.active_support.test_order = :random
|
||||
|
||||
config.active_support.deprecation = :raise
|
||||
config.active_support.deprecation = :stderr
|
||||
config.logger = ActiveSupport::Logger.new(nil)
|
||||
|
||||
config.action_view.raise_on_missing_translations = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue