Class: Scenario::LinkedAppRedMaster

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

Overview

LinkedAppNotRunning

Instance Attribute Summary

Attributes inherited from Base

#git_remote, #user

Instance Method Summary collapse

Constructor Details

#initialize(name = 'Linked App Red Master', email = '[email protected]', pass = 'linked.red') ⇒ LinkedAppRedMaster

Returns a new instance of LinkedAppRedMaster.



171
172
173
174
# File 'lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb', line 171

def initialize(name = 'Linked App Red Master', email = '[email protected]', pass = 'linked.red')
  super
  @env.instances.first.update(:status => "error")
end