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 collaboratorgem_grepper help
In order to help users understand options
I want to ensure gem_grepper help runs by default
So they can see the basic usage instructions.
- Scenarios
-
- App outputs usage instructions
- App outputs `get` usage instructions
- App outputs `export` usage instructions
- App outputs usage instructions
-
- When
-
I successfully run
gem_grepper
- Then
- the exit status should be 0
- And
- the output should include usage instructions
- App outputs `get` usage instructions
-
- When
-
I successfully run
gem_grepper help get
- Then
- the exit status should be 0
- And
-
the output should include
get
usage instructions
- App outputs `export` usage instructions
-
- When
-
I successfully run
gem_grepper help export
- Then
- the exit status should be 0
- And
-
the output should include
export
usage instructions
Last published about 7 years ago by stevenhaddox.