|
|
|
@ -44,6 +44,7 @@ Rails.application.configure do
|
|
|
|
# The :test delivery method accumulates sent emails in the
|
|
|
|
# The :test delivery method accumulates sent emails in the
|
|
|
|
# ActionMailer::Base.deliveries array.
|
|
|
|
# ActionMailer::Base.deliveries array.
|
|
|
|
config.action_mailer.delivery_method = :test
|
|
|
|
config.action_mailer.delivery_method = :test
|
|
|
|
|
|
|
|
config.active_job.queue_adapter = :test
|
|
|
|
|
|
|
|
|
|
|
|
# Print deprecation notices to the stderr.
|
|
|
|
# Print deprecation notices to the stderr.
|
|
|
|
config.active_support.deprecation = :stderr
|
|
|
|
config.active_support.deprecation = :stderr
|
|
|
|
|