Commit 965773f2 authored by Eloy Duran's avatar Eloy Duran

Update spec repo fixture to latest 0.6 branch and make specs green.

parent 4235dbe3
Subproject commit e69109bd31a191be333e9b502c83e7da9e789e04 Subproject commit 7e96b1af54872aba6e474ea5860e84f1ce534fb1
...@@ -244,7 +244,7 @@ else ...@@ -244,7 +244,7 @@ else
'PODS' => [ 'PODS' => [
{ 'ASIHTTPRequest (1.8.1)' => ["Reachability"] }, { 'ASIHTTPRequest (1.8.1)' => ["Reachability"] },
{ 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] }, { 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] },
'JSONKit (1.4)', 'JSONKit (1.5pre)',
'Reachability (3.0.0)', 'Reachability (3.0.0)',
'SSZipArchive (0.1.2)', 'SSZipArchive (0.1.2)',
], ],
......
...@@ -67,11 +67,15 @@ describe "Pod::Resolver" do ...@@ -67,11 +67,15 @@ describe "Pod::Resolver" do
end end
resolver = Pod::Resolver.new(@podfile, stub('sandbox')) resolver = Pod::Resolver.new(@podfile, stub('sandbox'))
resolver.resolve.values.flatten.map(&:name).sort.should == %w{ resolver.resolve.values.flatten.map(&:name).sort.should == %w{
FileMD5Hash
ISO8601DateFormatter
LibComponentLogging-Core LibComponentLogging-Core
LibComponentLogging-NSLog LibComponentLogging-NSLog
RestKit RestKit
RestKit/Network RestKit/Network
RestKit/ObjectMapping RestKit/ObjectMapping
SOCKit
cocoa-oauth
} }
end end
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