features/step_definitions/cli_steps.rb in berkshelf-1.0.4 vs features/step_definitions/cli_steps.rb in berkshelf-1.1.0.rc1
- old
+ new
@@ -44,13 +44,9 @@
When /^I run the install command with flags:$/ do |flags|
run_simple(unescape("berks install #{flags.raw.join(" ")}"), false)
end
-When /^I run the update command$/ do
- run_simple(unescape("berks update"), true)
-end
-
When /^I run the upload command$/ do
run_simple(unescape("berks upload"), true)
end
When /^I run the upload command with flags:$/ do |flags|