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
We've started using ActionMailer::TestHelper, i.e.
# NB: loads helpers to verify mailer-related behaviour e.g. via assert_no_emails
include ActionMailer::TestHelper
We should do this consistently throughout the test suite. Before making the change though, we need to double-check if it's assert_no_email or assert_no_enqueued_emails that we should be using.
The text was updated successfully, but these errors were encountered:
We've started using ActionMailer::TestHelper, i.e.
We should do this consistently throughout the test suite. Before making the change though, we need to double-check if it's
assert_no_email
orassert_no_enqueued_emails
that we should be using.The text was updated successfully, but these errors were encountered: