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
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:
test checking email is sent when user goes through Forgot Password flow
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: