Fix coding standards (unused vars in cucumber env)

This commit is contained in:
Thibault Jouan 2015-04-14 01:38:49 +00:00
parent 5e80648525
commit d1cc294b67

View File

@ -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