From d1cc294b67e9fff962a3c29d532fd4cf357826fd Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 14 Apr 2015 01:38:49 +0000 Subject: [PATCH] Fix coding standards (unused vars in cucumber env) --- features/support/env.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index e1ccd36..2dffcfa 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -15,10 +15,10 @@ World(Uh::WM::Testing::AcceptanceHelpers) Headless.new.start -After do |scenario| +After do uhwm_ensure_stop end -Around '@other_wm_running' do |scenario, block| +Around '@other_wm_running' do |_, block| with_other_wm { block.call } end