From c9ab16c847b1c77f347ac9740c15089fd6c3320d Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 28 Apr 2015 09:35:10 +0000 Subject: [PATCH] Fix typo in tests (UAT) --- features/cli/worker.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cli/worker.feature b/features/cli/worker.feature index 94162e7..0a736f6 100644 --- a/features/cli/worker.feature +++ b/features/cli/worker.feature @@ -1,9 +1,9 @@ Feature: worker CLI option Scenario: uses the blocking worker when `block' is given - When I run uhwm with option -v -w block + When I run uhwm with options -v -w block Then the output must match /work.+event.+block/i Scenario: uses the multiplexing worker when `mux' is given - When I run uhwm with option -v -w mux + When I run uhwm with options -v -w mux Then the output must match /work.+event.+mux/i