Skip to content

Commit

Permalink
Update comment to better reflect things
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 2, 2024
1 parent a0ae642 commit d6def2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6def2f

Please sign in to comment.