Commit 0c6c70b2 authored by Fabio Pelosin's avatar Fabio Pelosin

Fix specs

parent 0b348a13
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 9e592ef498539c732c2dd30bf32a40850117a4da revision: d7d34813894b7b08c8e19f137a3b04cd6fcc92b0
branch: master branch: master
specs: specs:
cocoapods-core (0.24.0) cocoapods-core (0.24.0)
...@@ -17,7 +17,7 @@ GIT ...@@ -17,7 +17,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 84782b972ef24e7565eaf9ab96a0bb1cb4c0521f revision: 41644f62741f5fb71d776b08bfb1e55c017f75e7
branch: master branch: master
specs: specs:
xcodeproj (0.10.1) xcodeproj (0.10.1)
...@@ -41,7 +41,7 @@ GIT ...@@ -41,7 +41,7 @@ GIT
GIT GIT
remote: https://github.com/irrationalfab/PrettyBacon.git remote: https://github.com/irrationalfab/PrettyBacon.git
revision: 0da7e231bf597005aaa4efb4c2cd837336a6b42b revision: 926c214ade1ec1cbc9544d603e36f15a780f7e68
branch: master branch: master
specs: specs:
prettybacon (0.0.1) prettybacon (0.0.1)
...@@ -99,7 +99,7 @@ GEM ...@@ -99,7 +99,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
mocha (>= 0.13.0) mocha (>= 0.13.0)
multi_json (1.7.9) multi_json (1.8.0)
nap (0.5.1) nap (0.5.1)
open4 (1.3.0) open4 (1.3.0)
posix-spawn (0.3.6) posix-spawn (0.3.6)
......
...@@ -13,6 +13,7 @@ module Pod ...@@ -13,6 +13,7 @@ module Pod
# #
class Informative < PlainInformative class Informative < PlainInformative
def message def message
puts "CALL"
"[!] #{super}".red "[!] #{super}".red
end end
end end
......
Subproject commit 6d461aae9302a79a745e95445159adae2be2924e Subproject commit 026d48bf5642c3646bcadb174a3e8f1181798aa8
...@@ -344,8 +344,8 @@ module Pod ...@@ -344,8 +344,8 @@ module Pod
@installer.send(:prepare_pods_project) @installer.send(:prepare_pods_project)
end end
it "recursively sorts the project by type" do it "recursively sorts the project" do
@installer.pods_project.main_group.expects(:recursively_sort_by_type) @installer.pods_project.main_group.expects(:sort)
@installer.send(:write_pod_project) @installer.send(:write_pod_project)
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