Commit 1db46771 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Use artsy specs repo as example

parent 4b2b51ec
...@@ -152,7 +152,7 @@ module Pod ...@@ -152,7 +152,7 @@ module Pod
it 'runs `pod repo add` when there is no matching source' do it 'runs `pod repo add` when there is no matching source' do
Command::Repo::Add.any_instance.stubs(:run).once Command::Repo::Add.any_instance.stubs(:run).once
SourcesManager.stubs(:source_with_url).returns(nil).then.returns('Source') SourcesManager.stubs(:source_with_url).returns(nil).then.returns('Source')
SourcesManager.find_or_create_source_with_url('https://banana.com/local/specs.git'). SourcesManager.find_or_create_source_with_url('https://github.com/artsy/Specs.git').
should == 'Source' should == 'Source'
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment