From 5a102e7739f5dd301e05d2b5b641db489de10053 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sat, 18 Apr 2015 17:14:25 +0000 Subject: [PATCH] Improve CLI usage cucumber feature Change a step definition to communicate intent more clearly. --- features/cli/usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cli/usage.feature b/features/cli/usage.feature index a96c1d3..e8922eb 100644 --- a/features/cli/usage.feature +++ b/features/cli/usage.feature @@ -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