Skip to content

Instantly share code, notes, and snippets.

@ngw
Created November 15, 2010 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngw/676352 to your computer and use it in GitHub Desktop.
Save ngw/676352 to your computer and use it in GitHub Desktop.
Feature: User logs in using Facebook
As a visitor
I want to login using Facebook
So that I can use the service
Scenario: new user
Given I'm a new user
When I log in using Facebook
Then I should confirm my data
And I should be redirected to my dashboard
Scenario: an existing user
Given I am an existing user
When I log in using Facebook
Then I should be redirected to my dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment