Class: Scenario::StuckDeployment
- Defined in:
- lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb
Overview
LinkedApp
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(name = 'Stuck Deployment', email = '[email protected]', pass = 'stuck') ⇒ StuckDeployment
constructor
A new instance of StuckDeployment.
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 |