From 5d9778f33f34f4ce27ef5d1d05ba30267d66e21b Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 5 Mar 2015 07:24:10 +0000 Subject: [PATCH] Fix coding standards --- features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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