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
I am using the actionmailer test helper assert_emails method in various tests; I have added { sandbox_mode: { enable: true }} in the sendgrid_actionmailer_settings configuration but the tests arent passing because the emails arent being sent. Thanks in advance for any help with this!
Failure:
1 emails expected, but 0 were sent.
Expected: 1
Actual: 0
The text was updated successfully, but these errors were encountered:
I am using the actionmailer test helper
assert_emails
method in various tests; I have added{ sandbox_mode: { enable: true }}
in the sendgrid_actionmailer_settings configuration but the tests arent passing because the emails arent being sent. Thanks in advance for any help with this!The text was updated successfully, but these errors were encountered: