Skip to content

Instantly share code, notes, and snippets.

@elomar
Created May 21, 2009 01:43
Show Gist options
  • Select an option

  • Save elomar/115208 to your computer and use it in GitHub Desktop.

Select an option

Save elomar/115208 to your computer and use it in GitHub Desktop.
Feature: Sign Up
In order to access the restricted areas of the site
visitor
wants to sign up and activate an account
Scenario: Sign up
When I signup as elomar, elomar@maisweb.org, Elomar França
Then I should not be logged in
And I should receive an email with subject "Please activate your new account"
Scenario: Activate with password
Given I signed up as elomar, elomar@maisweb.org, Elomar França
When I activate my account with password 123456
Then I should be logged in as elomar
And I should receive an email with subject "Welcome to bora!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment