Update specs for GitHub update required checking refactor

parent ac33e07f
...@@ -84,7 +84,7 @@ module Pod ...@@ -84,7 +84,7 @@ module Pod
extend SpecHelper::TemporaryRepos extend SpecHelper::TemporaryRepos
before do before do
MasterSource.any_instance.stubs(:requires_update?).returns(true) MasterSource.any_instance.stubs(:unchanged_github_repo?).returns(false)
end end
it 'updates source backed by a git repository' do it 'updates source backed by a git repository' do
......
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