Skip to content

Instantly share code, notes, and snippets.

@msassak
Created October 22, 2009 19:09
Show Gist options
  • Save msassak/216194 to your computer and use it in GitHub Desktop.
Save msassak/216194 to your computer and use it in GitHub Desktop.
Users want to know that nobody can masquerade as them. We want to extend trust
only to visitors who present the appropriate credentials. Everyone wants this
identity verification to be as secure and convenient as possible.
Feature: Logging in
As an anonymous user with an account
I want to log in to my account
So that I can be myself
#
# Log in: get form
#
Scenario: Anonymous user can get a login form.
Given I am logged out
When I go to "/login"
Then I should be at the "sessions/new" page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment