jakehow (owner)

Revisions

gist: 18921 Download_button fork
public
Public Clone URL: git://gist.github.com/18921.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
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'