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 collaboratorThe ability to create groups
Groups can be created and in later stories we will be able to add users to
these created groups
- Scenarios
-
- Create a group
- Create multiple groups
- Create a group with a member in
- Create a group with an existing name
- Create a group
-
- Given
- details of a group
- When
- I create a new group
- Then
- the new group is created and stored
- Create multiple groups
-
- Given
- details of a group
- And
- a group already exists
- When
- I create a new group
- Then
- the new groups are created and stored
- Create a group with a member in
-
- Given
- details of a group
- And
- a user exists to add to a group
- When
- I create a new group with a member in
- Then
- the new group with a member in is created and stored
- Create a group with an existing name
-
- Given
- a group already exists
- When
- I create a new group with an existing name
- Then
- the duplicate group should not be created and stored
Last published about 6 years ago by Matthew Thomas.