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
In order to get access to protected sections of the site
As a user
I want to be able to sign up
- Background
-
- Given
- I am not logged in
- Scenarios
-
- User signs up with valid data
- User signs up with invalid email
- User signs up without password
- User signs up without password confirmation
- User signs up with mismatched password and confirmation
- User signs up without a subscription plan
- User signs up with valid data
-
- When
- I sign up with valid user data
- Then
- I should see a successful sign up message
- User signs up with invalid email
-
- When
- I sign up with an invalid email
- Then
- I should see an invalid email message
- User signs up without password
-
- When
- I sign up without a password
- Then
- I should see a missing password message
- User signs up without password confirmation
-
- When
- I sign up without a password confirmation
- Then
- I should see a missing password confirmation message
- User signs up with mismatched password and confirmation
-
- When
- I sign up with a mismatched password confirmation
- Then
- I should see a mismatched password message
- User signs up without a subscription plan
-
- When
- I sign up without a subscription plan
- Then
- I should see a missing subscription plan message
Last published over 7 years ago by elgalu.