Implement user registration feature

* Add users/new action and view
* Add users/create action
* Add link to sign up in sign in page
This commit is contained in:
Thibault Jouan
2011-09-06 20:46:01 +00:00
parent d2f4ea59ff
commit 1057cab009
9 changed files with 143 additions and 0 deletions

View File

@@ -15,3 +15,9 @@ Feature: User
Then I should be redirected to the sign in page
When I submit valid credentials
Then I should be redirected to the home page
Scenario: User registration
Given I go to the home page
When I follow the sign up link
And I fill in the sign up form
Then I should be redirected to the home page