Commit 67bc0b4e authored by Kyle Fuller's avatar Kyle Fuller

[Specs] Fix incorrect library linker flag

The space is gone
parent 19876314
...@@ -81,7 +81,7 @@ module Pod ...@@ -81,7 +81,7 @@ module Pod
it 'does not links the pod targets with the aggregate integration library target for non-whitelisted configuration' do it 'does not links the pod targets with the aggregate integration library target for non-whitelisted configuration' do
@generator = AggregateXCConfig.new(@target, 'Debug') @generator = AggregateXCConfig.new(@target, 'Debug')
@xcconfig = @generator.generate @xcconfig = @generator.generate
@xcconfig.to_hash['OTHER_LDFLAGS'].should.not.include '-l "Pods-BananaLib"' @xcconfig.to_hash['OTHER_LDFLAGS'].should.not.include '-l"Pods-BananaLib"'
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