diff --git a/features/support/env.rb b/features/support/env.rb index 7d4c436..86d4b19 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -18,7 +18,7 @@ class ArubaProgramWrapper @argv.dup, stdin: @stdin, stdout: @stdout, stderr: @stderr ) rescue SystemExit => e - @kernel.exit(e.status) + @kernel.exit e.status end end