generators/clearance_features/templates/features/password_reset.feature in thoughtbot-clearance-0.4.4 vs generators/clearance_features/templates/features/password_reset.feature in thoughtbot-clearance-0.4.5
- old
+ new
@@ -1,10 +1,10 @@
Fature: Password Reset
In order to sign in even if he forgot his password
A user
Should be able to reset it
- Scenario: User is not registered
+ Scenario: User is not signed up
Given there is no user with "email@person.com"
When I request password reset link to be sent to "email@person.com"
Then I should see "Unknown email"
Scenario: User requests password reset