Created
October 23, 2008 04:41
-
-
Save jakehow/18921 to your computer and use it in GitHub Desktop.
This file contains 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
Story: Creating an account | |
As an anonymous user | |
I want to be able to create an account | |
So that I can be one of the cool kids | |
Scenario: Anonymous user can not start creating an account | |
Given an anonymous user | |
When she goes to /users/new | |
Then she should be redirected to 'http://www.example.com/session/new' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment