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 collaboratorAn administrator can add/edit/list all users
As an administrator
In order to manage users
I want to be able to add, edit, list and maybe even delete users
- Background There are some users and I'm logged in as an administrator
-
- Given
- some users exist in the database
- And
- I am logged in as an administrator
- Scenarios
-
- An administrator tries to create a new user
-
- When
- I go to the new users page
- Then
- I should be on the new users page
- Then
- I should be able to create a new user
- And
- I should still be logged in as administrator
- An administrator can view the list of users
-
- When
- I go to the list of users
- Then
- I should be on the list of users
Last published over 5 years ago by JohnSmall.