Modify test helpers to quit gracefully in cucumber

This commit is contained in:
Thibault Jouan 2015-04-18 02:02:21 +00:00
parent 5ab463cde5
commit 17de52f8af

View File

@ -11,7 +11,10 @@ module Uh
end end
def uhwm_ensure_stop def uhwm_ensure_stop
@process and @process.terminate if @process
x_key 'alt+q'
@process.terminate
end
end end
def uhwm_pid def uhwm_pid