Commit da1d9f00 authored by Kevin Coleman's avatar Kevin Coleman

Small test name fix

parent fef99d57
...@@ -55,7 +55,7 @@ module Pod ...@@ -55,7 +55,7 @@ module Pod
@xcconfig.to_hash['OTHER_LDFLAGS'].should.include('-framework "dynamic-monkey"') @xcconfig.to_hash['OTHER_LDFLAGS'].should.include('-framework "dynamic-monkey"')
end end
it 'includes does not include vendored static frameworks for dependecy pods of the specification' do it 'does not include vendored static frameworks for dependecy pods of the specification' do
@xcconfig.to_hash['OTHER_LDFLAGS'].should.not.include('-l"monkey.a"') @xcconfig.to_hash['OTHER_LDFLAGS'].should.not.include('-l"monkey.a"')
end end
......
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