Commit 24d29068 authored by Samuel Giddins's avatar Samuel Giddins

[Analyzer] Fix specs to only push root names into spec state

parent eb6e5ff8
......@@ -437,7 +437,7 @@ module Pod
it 'does not download the same source multiple times for different subspecs' do
podfile_state = Installer::Analyzer::SpecsState.new
podfile_state.added << 'ARAnalytics/Mixpanel' << 'ARAnalytics/HockeyApp'
podfile_state.added << 'ARAnalytics'
@analyzer.stubs(:result).returns(stub(:podfile_state => podfile_state))
@podfile.stubs(:dependencies).returns([
Dependency.new('ARAnalytics/Mixpanel', :git => 'https://github.com/orta/ARAnalytics', :commit => '6f1a1c314894437e7e5c09572c276e644dbfb64b'),
......
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