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