Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
re-phrase forgot password link in feature
Browse files Browse the repository at this point in the history
this now matches the string used by devise. Makes implementation more
easy, now :)
  • Loading branch information
johnyb committed May 1, 2012
1 parent eab3429 commit f9f8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/password_management.feature
Expand Up @@ -6,7 +6,7 @@ Feature: Password management
Scenario: forgot password page
Given I am not logged in
And I am on the login page
When I follow "Forgot Password"
When I follow "Forgot your password?"
Then I should be on the forgot password page

Scenario: request password reset
Expand Down

0 comments on commit f9f8400

Please sign in to comment.