Skip to content

Instantly share code, notes, and snippets.

@whitneyimura
Created October 15, 2013 02:27
Show Gist options
  • Save whitneyimura/6985625 to your computer and use it in GitHub Desktop.
Save whitneyimura/6985625 to your computer and use it in GitHub Desktop.
Create new user feature sample
Feature: Create new user
Scenario: Successfully create a new user with facebook
Given I am on the homepage
And I click the Sign Up button
And I click sign up with facebook
And I have authorized the facebook api
When I see my name in the user navigation
Then I have successfully created a new user with facebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment