summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-06 14:54:17 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-06 14:54:17 +0000
commit048601bdf354b747013ed291ced972c5359a85dc (patch)
treefe6d11e672a43073d95b8438971546e4cb22ccd8 /config
parentadebf4da1dba677f137b65be56d981ca1e2cef3d (diff)
downloadredmine-048601bdf354b747013ed291ced972c5359a85dc.tar.gz
redmine-048601bdf354b747013ed291ced972c5359a85dc.zip
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
Diffstat (limited to 'config')
-rw-r--r--config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
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