Created
May 21, 2009 01:43
-
-
Save elomar/115208 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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