Skip to content

Commit

Permalink
Use the first person when describing scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
prathe committed Oct 3, 2011
1 parent c213b06 commit 3bf4ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/user_log_in.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Feature: User log in
I want to log in
So I can use all the features on the website

Scenario: A user reaches a login link
Scenario: I want to log in
Given I am not logged in
And I visit the "Home" page
Then I should see a "Log in" link

Scenario: A user successfully log in
Scenario: I successfully log in
Given My name is "Jane Russell"
And I am not logged in
And I visit the "Log in" page
Expand Down

0 comments on commit 3bf4ce7

Please sign in to comment.