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
{{ message }}
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
Should probably do something with Rails.env. It looks like during testing, this gem actually tries to send mail but fails with a connection failure unless it's configured.
Maybe also look into ActionMailer::Base.deliveries and see how that's used during testing?
Should probably do something with Rails.env. It looks like during testing, this gem actually tries to send mail but fails with a connection failure unless it's configured.
Maybe also look into ActionMailer::Base.deliveries and see how that's used during testing?
http://edgeguides.rubyonrails.org/action_mailer_basics.html#mailer-testing
The text was updated successfully, but these errors were encountered: