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 collaborators
The relish collab
command lists the collaborators
for a project.
- Background
-
- Given
- I have authenticated my user account "justin" via the console
- And
- I am a publisher
- And
- I have a project named "rspec-core"
- Scenarios
-
- Project that has no other collaborators
- List the collaborators for a project
- List the collaborators for a project specified in the options file
- Project that has no other collaborators
-
- Given
- my email is "[email protected]"
- When
-
I run
relish collab rspec-core
- Then
-
it should pass with:
justin ([email protected])
- List the collaborators for a project
-
- Given
-
the following user:
handle email matt [email protected] - Given
- "matt" is a collaborator on the project "rspec-core"
- When
-
I run
relish collab rspec-core
- Then
-
it should pass with:
matt ([email protected])
- List the collaborators for a project specified in the options file
-
- Given
- I append "project: rspec-core" to ".relish"
- Given
-
the following user:
handle email matt [email protected] - Given
- "matt" is a collaborator on the project "rspec-core"
- When
-
I run
relish collab
- Then
-
it should pass with:
matt ([email protected])
Last published over 5 years ago by mattwynne.