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 collaboratorSign up
As an unregistered user
I want to create an account
So that I can access protected pages and resources
- Scenarios
-
- Signing up without completing all fields
- Signing up with an invalid email address
- Signing up with an email address which is already in use
- Signing up with a username which is already in use
- Signing up with an incorrectly confirmed password
- Logged in but still attempting sign up
- Signing up without completing all fields
-
- Given
- I am not logged in
- And
- I am signing up
- But
- I have not completed at least one field
- Then
- I will be alerted that all fields are required
- Signing up with an invalid email address
-
- Given
- I am not logged in
- And
- I have submitted all other fields acceptably
- But
- I have entered an email address with an invalid format
- Then
- I will be alerted that an email address must be in a certain format
- Signing up with an email address which is already in use
-
- Given
- I am not logged in
- And
- I have submitted all other fields acceptably
- When
- I submit an email address which is already in use
- Then
- I will be alerted that it is unavailable
- And
- I will be invited to login
- Signing up with a username which is already in use
-
- Given
- I am not logged in
- And
- I have submitted all other fields acceptably
- When
- I submit a username which is already in use
- Then
- I will be alerted that it is unavailable
- And
- I will be invited to login
- Signing up with an incorrectly confirmed password
-
- Given
- I am not logged in
- And
- I have submitted all other fields acceptably
- But
- the password does not match the confirmed password
- Then
- I will be alerted that the passwords do not match
- Logged in but still attempting sign up
-
- Given
- I am logged in
- When
- I navigate to the Sign Up page
- Then
- redirect to the home page
Last published over 5 years ago by Angus Todd.