Class: Scenario::StuckDeployment

Inherits:
LinkedApp show all
Defined in:
lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb

Overview

LinkedApp

Instance Attribute Summary

Attributes inherited from Base

#git_remote, #user

Instance Method Summary collapse

Constructor Details

#initialize(name = 'Stuck Deployment', email = '[email protected]', pass = 'stuck') ⇒ StuckDeployment

Returns a new instance of StuckDeployment.



83
84
85
86
# File 'lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb', line 83

def initialize(name = 'Stuck Deployment', email = '[email protected]', pass = 'stuck')
  super
  @app_env.deployments.create({"ref" => "master", "migrate" => false})
end