producer-core/features/cli/usage.feature
2013-08-06 18:49:35 +00:00

10 lines
234 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 recipe_file
"""