features/users/resetting_password.feature in activeadmin-0.6.3 vs features/users/resetting_password.feature in activeadmin-0.6.4
- old
+ new
@@ -13,10 +13,11 @@
Scenario: Resetting password successfully
When I go to the dashboard
And I follow "Forgot your password?"
When I fill in "Email" with "admin@example.com"
And I press "Reset My Password"
- Then I should see "You will receive an email with instructions about how to reset your password in a few minutes."
+ Then I should see "You will receive an email with instructions"
+ And I should see "how to reset your password in a few minutes."
Scenario: Changing password after resetting
When "admin@example.com" requests a pasword reset with token "foobarbaz"
When I go to the admin password reset form with token "foobarbaz"
And I fill in "Password" with "password"