Flatten features directory tree
This commit is contained in:
9
features/cli_usage.feature
Normal file
9
features/cli_usage.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
"""
|
Reference in New Issue
Block a user