test/integration/deployment.rb in fog-azure-rm-0.1.2 vs test/integration/deployment.rb in fog-azure-rm-0.2.0

- old
+ new

@@ -24,9 +24,16 @@ name: 'TestRG-ZN', location: LOCATION ) ######################################################################################################################## + ###################### Check Deployment Exists ###################### + ######################################################################################################################## + + flag = resources.deployments.check_deployment_exists('TestRG-ZN', 'testdeployment') + puts "Deployment doesn't exist." unless flag + + ######################################################################################################################## ###################### Create Deployment ############################ ######################################################################################################################## deployment = resources.deployments.create( name: 'testdeployment',