Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
965773f2
Commit
965773f2
authored
Apr 16, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec repo fixture to latest 0.6 branch and make specs green.
parent
4235dbe3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
master
spec/fixtures/spec-repos/master
+1
-1
integration_spec.rb
spec/integration_spec.rb
+1
-1
resolver_spec.rb
spec/unit/resolver_spec.rb
+4
-0
No files found.
master
@
7e96b1af
Subproject commit
e69109bd31a191be333e9b502c83e7da9e789e04
Subproject commit
7e96b1af54872aba6e474ea5860e84f1ce534fb1
spec/integration_spec.rb
View file @
965773f2
...
@@ -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)'
,
],
],
...
...
spec/unit/resolver_spec.rb
View file @
965773f2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment