Fix coding standards (unused vars in cucumber env)
This commit is contained in:
parent
5e80648525
commit
d1cc294b67
@ -15,10 +15,10 @@ World(Uh::WM::Testing::AcceptanceHelpers)
|
|||||||
|
|
||||||
Headless.new.start
|
Headless.new.start
|
||||||
|
|
||||||
After do |scenario|
|
After do
|
||||||
uhwm_ensure_stop
|
uhwm_ensure_stop
|
||||||
end
|
end
|
||||||
|
|
||||||
Around '@other_wm_running' do |scenario, block|
|
Around '@other_wm_running' do |_, block|
|
||||||
with_other_wm { block.call }
|
with_other_wm { block.call }
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user