Class: Scenario::TwoAppsSameGitUri

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

Overview

TwoApps

Instance Attribute Summary

Attributes inherited from Base

#git_remote, #user

Instance Method Summary collapse

Constructor Details

#initialize(name = 'Two Apps Same Git URI', email = '[email protected]', pass = '2apps1repo') ⇒ TwoAppsSameGitUri

Returns a new instance of TwoAppsSameGitUri.



265
266
267
268
269
# File 'lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb', line 265

def initialize(name = 'Two Apps Same Git URI', email = '[email protected]', pass = '2apps1repo')
  super
  @app1.update(:repository_uri => "git://github.com/engineyard/dup.git")
  @app2.update(:repository_uri => "git://github.com/engineyard/dup.git")
end