producer-core/features/cli_usage.feature
2014-05-30 19:16:39 +00:00

10 lines
244 B
Gherkin

Feature: CLI usage
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] recipe_file
"""