features/step_definitions/cli_steps.rb in berkshelf-0.3.2 vs features/step_definitions/cli_steps.rb in berkshelf-0.3.3

- old
+ new

@@ -37,10 +37,10 @@ When /^I run the init command with no value for the target$/ do run_simple(unescape("berks init"), true) end When /^I run the install command$/ do - run_simple(unescape("berks install"), true) + run_simple(unescape("berks install"), false) end When /^I run the install command with flags:$/ do |flags| run_simple(unescape("berks install #{flags.raw.join(" ")}"), true) end