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 collaboratorHelp
The relish help
command displays all available commands
along with a description of each.
- Scenarios
-
- View all available commands with the help command
- Specifying no command runs the help command
- Specifying an unknown command gives an error message
- View all available commands with the help command
-
- When
-
I successfully run
relish help
- Then
-
the output should contain:
=== Available Commands
- Specifying no command runs the help command
-
- When
-
I successfully run
relish
- Then
- the output should contain "=== Available Commands"
- Specifying an unknown command gives an error message
-
- When
-
I run
relish baloney
- Then
-
it should fail with:
Unknown command. Run 'relish help' for usage information.
Last published almost 7 years ago by mattwynne.