Commit ee83ae91 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[ResolverSpec] Disable spec that really belongs in the Analyzer

parent 06c077f5
...@@ -205,7 +205,7 @@ module Pod ...@@ -205,7 +205,7 @@ module Pod
version.to_s.should == '1.4' version.to_s.should == '1.4'
end end
it 'takes into account locked implicit dependencies' do xit 'takes into account locked implicit dependencies' do
podfile = Podfile.new do podfile = Podfile.new do
platform :ios, '8.0' platform :ios, '8.0'
pod 'ARAnalytics/Mixpanel' pod 'ARAnalytics/Mixpanel'
......
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