fixes build
This commit is contained in:
@@ -30,6 +30,10 @@ Rails.application.configure do
|
||||
# The :test delivery method accumulates sent emails in the
|
||||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.delivery_method = :test
|
||||
config.action_mailer.default_url_options = {
|
||||
host: 'test'
|
||||
}
|
||||
config.action_mailer.asset_host = 'http://madrid.test'
|
||||
|
||||
# Randomize the order test cases are executed.
|
||||
config.active_support.test_order = :random
|
||||
|
||||
Reference in New Issue
Block a user