Commit 2501e0d6 authored by Fabio Pelosin's avatar Fabio Pelosin

[Podfile#podspec] Changelog and added disabled tests.

parent 9e32311d
......@@ -4,6 +4,7 @@
###### Enhancements
- Check if any of the build settings defined in the xcconfig files is overridden. [#92](https://github.com/CocoaPods/CocoaPods/issues/92)
- Add Podfile `podspec!` which allows to use the dependencies of a podspec file. [#162](https://github.com/CocoaPods/CocoaPods/issues/162)
###### Bug fixes
......
......@@ -330,6 +330,19 @@ describe "Pod::Podfile" do
end
end
end
describe "concerning the podspec method" do
xit "it can use use the dependencies of a podspec" do
end
xit "it allows to specify the name of a podspec" do
end
xit "it allows to specify the path of a podspec" do
end
end
describe "concerning validations" do
......
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