Commit 27012b50 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[AnalyzerSpec] Remove specs for implicit sources deprecation

Update for https://github.com/CocoaPods/CocoaPods/commit/7840787e05afb1da24bcfafa4a62f0de41ebf07a.
parent 641c4283
...@@ -584,17 +584,6 @@ module Pod ...@@ -584,17 +584,6 @@ module Pod
@analyzer.send(:sources).map(&:url).should == @analyzer.send(:sources).map(&:url).should ==
SourcesManager.all.map(&:url) SourcesManager.all.map(&:url)
end end
it 'prints a warning about the deprecation of implicit sources' do
@analyzer.send(:sources)
UI.warnings.should.match /implicit(.+)sources(.+)deprecated/
end
it 'prints a warning about how to add explicit sources' do
@analyzer.send(:sources)
UI.warnings.should.
match %r{source 'https://github.com/CocoaPods/Specs.git'}
end
end end
describe 'when there are explicit sources' do describe 'when there are explicit sources' 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