Skip to content

Instantly share code, notes, and snippets.

@curtis
Created September 27, 2009 04:57
Show Gist options
  • Save curtis/194602 to your computer and use it in GitHub Desktop.
Save curtis/194602 to your computer and use it in GitHub Desktop.
@ok
Scenario: Successful login
Given there is an account
And I am on the login page
When I fill in "user_session[email]" with a valid email
And I fill in "user_session[password]" with "mittens"
And I press "Log in"
Then I should be on the dashboard page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment