diff --git a/features/support/env.rb b/features/support/env.rb index 202e348..1d20ab0 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -10,3 +10,7 @@ module Aruba end Headless.new.start + +After do |scenario| + @process and @process.terminate +end