From: Go MAEDA Date: Thu, 6 Jun 2019 14:54:17 +0000 (+0000) Subject: Remove trailing whitespaces from config (#31506). X-Git-Tag: 4.1.0~821 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=048601bdf354b747013ed291ced972c5359a85dc;p=redmine.git Remove trailing whitespaces from config (#31506). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18234 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/environments/test.rb b/config/environments/test.rb index acce67526..0444ff5a1 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -24,7 +24,7 @@ Rails.application.configure do # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test - + # Disable Async delivery config.active_job.queue_adapter = :inline