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 collaboratorRun commands
There are several steps to run commands with aruba
.
- Background
-
- Given
- I use a fixture named "cli-app"
- Scenarios
-
- Run command found in path
-
- Given
-
an executable named "bin/cli" with:
#!/bin/bash exit 0
- And
-
a file named "features/run.feature" with:
Feature: Run it Scenario: Run command When I run
cli
- When
-
I run
cucumber
- Then
- the features should all pass
Last published about 7 years ago by Max Meyer.