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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user