You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport: Change negated active job matcher (rspec#2069)
This is a partial backport of rspec#2069 that doesn't include changes on
"have_enqueued_mail" tests.
When expecting no job to be enqueued, the matcher would expect exactly
one job not to have been enqueued. This commit changes so that it now expects
no jobs to have been enqueued.
0 commit comments