@@ -25,4 +25,12 @@ describe Pod::Generator::Markdown do
...
@@ -25,4 +25,12 @@ describe Pod::Generator::Markdown do
it"returns a correctly formatted markdown string for the target"do
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"
@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"
end
end
# TODO Test the we call File.new with the corret arguments