class Scenario::TwoAppsSameGitUri
Public Class Methods
new(name = 'Two Apps Same Git URI', email = 'two.apps.same.git.uri@test.local', pass = '2apps1repo')
click to toggle source
Calls superclass method
Scenario::TwoApps::new
# File lib/engineyard-cloud-client/test/fake_awsm/scenarios.rb, line 272 def initialize(name = 'Two Apps Same Git URI', email = 'two.apps.same.git.uri@test.local', pass = '2apps1repo') super @app1.update(:repository_uri => "git://github.com/engineyard/dup.git") @app2.update(:repository_uri => "git://github.com/engineyard/dup.git") end