features/step_definitions/cli_steps.rb in berkshelf-0.3.7 vs features/step_definitions/cli_steps.rb in berkshelf-0.4.0.rc1

- old
+ new

@@ -41,10 +41,10 @@ When /^I run the install command$/ do 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) + run_simple(unescape("berks install #{flags.raw.join(" ")}"), false) end When /^I run the update command$/ do run_simple(unescape("berks update"), true) end