Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created November 24, 2011 10:01
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 ahawkins/1391013 to your computer and use it in GitHub Desktop.
Save ahawkins/1391013 to your computer and use it in GitHub Desktop.
Feature: Sign up for the application
Scenario: I'm not signed up yet
Given I'm not signed up
When I choose "Adman65" and "password" for my login information
Then I should be using the app
Scenario: Sign up
Given I'm not signed up
When I sign up with "Adman65" and "password"
Then I should be using the app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment