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 collaboratorAuthentication
- Scenarios
-
- Creating a new account
-
- Given
- I am not authenticated
- When
- I go to register
- And
- I fill in "user_username" with "testerson"
- And
- I fill in "user_email" with "[email protected]"
- And
- I fill in "user_password" with "abc123456"
- And
- I fill in "user_password_confirmation" with "abc123456"
- And
- I press "Sign up"
- Then
- I should be redirected to the "home" page
- Logging in to an existing account
-
- Given
- I am not authenticated
- And
- I have an existing account
- When
- I go to login
- And
- I fill in the login form
- And
- I press "Sign in"
- Then
- I should be redirected to the "home" page
Last published almost 7 years ago by Todd Mohney.