it"returns a correctly formatted license string for each pod"do
@markdown.string_for_pod(@pods[0]).should.equal"BananaLib\n---------\nPermission is hereby granted ...\n"
end
it"returns a correctly formatted markdown string for the target"do
@markdown.licenses.should.equal"Acknowledgements\n----------------\nThis application makes use of the following third party libraries:\nBananaLib\n---------\nPermission is hereby granted ...\nGenerated by CocoaPods - http://cocoapods.org\n"