From 048601bdf354b747013ed291ced972c5359a85dc Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 6 Jun 2019 14:54:17 +0000 Subject: [PATCH] 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 --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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