From d74bfcc3d7956d19e0c111e6560c578a0b8b0abb Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 2 Jun 2019 18:26:40 +0000 Subject: [PATCH 5/5] Remove trailing whitespaces from config --- 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 acce675..0444ff5 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 -- 2.1.4