diff --git a/features/steps/recipe_steps.rb b/features/steps/recipe_steps.rb index 65c82fd..d169293 100644 --- a/features/steps/recipe_steps.rb +++ b/features/steps/recipe_steps.rb @@ -7,7 +7,6 @@ def run_recipe(remote: false, options: nil, check: false, rargv: nil) command << options if options command << ['--', *rargv] if rargv - p command.join(' ') run_simple command.join(' '), false assert_exit_status 0 if check