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 collaboratorList projects
The relish projects
command allows you to list your projects.
- Background
-
- Given
- I have authenticated my user account "matt" via the console
- And
- I am a publisher
- Scenarios
-
- List your projects
-
- Given
- a user with the handle "dave"
- And
-
the following projects:
handle privacy matt/foo public dave/bar public dave/baz private - And
- I am a collaborator on the project "baz"
- When
-
I run
relish projects
- Then
-
it should pass with:
dave/baz (private) matt/foo
Last published over 5 years ago by mattwynne.