Improve CLI usage cucumber feature

Change a step definition to communicate intent more clearly.
This commit is contained in:
Thibault Jouan 2015-04-18 17:14:25 +00:00
parent 6ce237f8f3
commit 5a102e7739

View File

@ -7,5 +7,5 @@ Feature: CLI usage
Scenario: prints the help when -h option is given
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