producer-core/features/cli_usage.feature
2014-06-27 17:40:14 +00:00

11 lines
270 B
Gherkin

Feature: CLI usage
@exec
Scenario: prints the usage when an argument is missing
When I run `producer`
Then the exit status must be 64
And the output must contain exactly:
"""
Usage: producer [-v] [-n] [-t host.example] recipe_file
"""