To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRegister a new User
In order to register a new User
As member of the site
So that they can log in to the site and use its features
- Scenarios
-
- Browse Register page
- On Successful registration the user should be redirected to Home Page
- Register should return error if username is missing
- Browse Register page
-
- When
- the user goes to the register user screen
- Then
- the register user view should be displayed
- On Successful registration the user should be redirected to Home Page
-
- Given
- The user has entered all the information
- When
- He Clicks on Register button
- Then
- He should be redirected to the home page
- Register should return error if username is missing
-
- Given
- The user has not entered the username
- When
- click on Register
- Then
- He should be shown the error message "Username is required"
Last published almost 7 years ago by fpcoronel.