Commit 3177b5c8 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[ResolverSpec] Clarify spec description

parent d6bdb912
...@@ -175,8 +175,8 @@ module Pod ...@@ -175,8 +175,8 @@ module Pod
e.message.should.match(/platform .* not compatible/) e.message.should.match(/platform .* not compatible/)
end end
it 'excludes subspec dependencies with incompatible platforms without' \ it 'excludes dependencies from `Specification#subspec_dependencies` ' \
'raising' do 'with incompatible platforms without raising' do
@podfile = Podfile.new do @podfile = Podfile.new do
platform :osx, '10.10' platform :osx, '10.10'
pod 'AFNetworking', '2.4.1' # Has an 'AFNetworking/UIKit' iOS-only default subspec pod 'AFNetworking', '2.4.1' # Has an 'AFNetworking/UIKit' iOS-only default subspec
......
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