lib/cucumber/chef/providers/aws.rb in cucumber-chef-3.0.0.rc.0 vs lib/cucumber/chef/providers/aws.rb in cucumber-chef-3.0.0.rc.1
- old
+ new
@@ -124,10 +124,10 @@
################################################################################
# HALT
################################################################################
- def halt
+ def down
if (exists? && alive?)
if !@server.stop
raise AWSError, "Failed to halt the test lab!"
end
else