Skip to content

Instantly share code, notes, and snippets.

@jakehow
Created October 23, 2008 04:41
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 jakehow/18921 to your computer and use it in GitHub Desktop.
Save jakehow/18921 to your computer and use it in GitHub Desktop.
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