Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Created February 8, 2012 13:49
Show Gist options
  • Save timurvafin/1769689 to your computer and use it in GitHub Desktop.
Save timurvafin/1769689 to your computer and use it in GitHub Desktop.
Feature: Sign up
Scenario: Successful sign up
Given I have chosen to sign up
When I sign up with valid details
Then I should receive a confirmation email
And I should see a personalized greeting message
Scenario: Duplicate email
Given I have chosen to sign up
But I enter an email address that has already registered
Then I should be told that the email is already registered
And I should be offered the option to recover my password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment