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 collaboratorExit Status
- Scenarios
-
- I provide invalid options
-
Invalid options should trigger an exit status of 1
which indicates there was a handled OptionParser::ParseError- When
-
I run
cvg option
- Then
- the exit status should be 1
Examples: option -o - I provide valid options
-
Valid options should not trigger an exit status of 1
- When
-
I run
cvg option
- Then
- the exit status should be 0
Examples: option -h --help
Last published almost 7 years ago by mgoerlich.