Improve CLI usage cucumber feature
Change a step definition to communicate intent more clearly.
This commit is contained in:
parent
6ce237f8f3
commit
5a102e7739
@ -7,5 +7,5 @@ Feature: CLI usage
|
|||||||
|
|
||||||
Scenario: prints the help when -h option is given
|
Scenario: prints the help when -h option is given
|
||||||
When I run uhwm with option -h
|
When I run uhwm with option -h
|
||||||
Then the exit status must be 0
|
Then uhwm must terminate successfully
|
||||||
And the output must contain exactly the usage
|
And the output must contain exactly the usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user