generators/clearance_features/templates/features/password_reset.feature in thoughtbot-clearance-0.4.7 vs generators/clearance_features/templates/features/password_reset.feature in thoughtbot-clearance-0.4.8

- old
+ new

@@ -9,10 +9,10 @@ Then I should see "Unknown email" Scenario: User requests password reset Given I am signed up and confirmed as "email@person.com/password" When I request password reset link to be sent to "email@person.com" - Then I should see "Details for changing your password have been sent to email@person.com" + Then I should see "instructions for changing your password" And a password reset message should be sent to "email@person.com" Scenario: User updated his password and types wrong confirmation Given I am signed up and confirmed as "email@person.com/password" When I follow the password reset link sent to "email@person.com"