Ensure uhwm is killed after each cucumber scenario

This commit is contained in:
Thibault Jouan 2015-04-09 21:38:29 +00:00
parent 98bfa6c218
commit 6de680c443

View File

@ -10,3 +10,7 @@ module Aruba
end
Headless.new.start
After do |scenario|
@process and @process.terminate
end