From d6def2f3118cea71a5b6a499491a1f0bdcd76254 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 2 Aug 2024 00:57:39 +0000 Subject: [PATCH] Update comment to better reflect things --- spec/spec_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 814d641fc..bf58b4075 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -81,7 +81,8 @@ end require "sidekiq/testing" - # Disable background jobs for feature specs so that emails get processed immediately + # Make everything sent to sidekiq get run immediately during tests. + # Makes everything a little easier to reason about Sidekiq::Testing.inline! config.include EmailSpec::Helpers