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 collaboratorUser registration
When I’m first joining the site, I want to register so I can start working.
- Background
-
- Given
- I am logged out
- Scenarios
-
- Visit registration form
- Registration
- Registration (missing required data)
- Registration (duplicate email)
- Visit registration form
-
- Given
- I am on the front page
- When
- I click "Register"
- Then
- I should be on the registration page
- Registration
-
- Given
- I am on the registration page
- When
- I fill out the registration form
- And
- I click the submit button
- Then
- I should be registered
- And
- I should be logged in
- And
- I should be on the project listing page
- Registration (missing required data)
-
- Given
- I am on the registration page
- And
- I haven't filled out the form
- And
- I click the submit button
- Then
- I should see an error message
- Registration (duplicate email)
-
- Given
- a user
- And
- I am on the registration page
- When
- I fill out the registration form using that user's email
- And
- I click the submit button
- Then
- I should see an error message
Last published over 5 years ago by Gregory Perry.