kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

Test an email is sent when a user goes through the Forgot Password flow #81

Closed kasugaijin closed 1 year ago

kasugaijin commented 1 year ago

We are missing a test in user_account_test.rb for the forgot password flow. This issue is to create that test, making sure the user receives an email. See the examples of using ActionMailer in this file if necessary.

Acceptance Criteria:

Overlandcoder commented 1 year ago

I'd love to take care of this!

kasugaijin commented 1 year ago

All yours!