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
52e15393
Commit
52e15393
authored
Feb 06, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the specs green with the latest specs.
parent
b85b9bdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
master
spec/fixtures/spec-repos/master
+1
-1
integration_spec.rb
spec/integration_spec.rb
+1
-1
set_spec.rb
spec/unit/specification/set_spec.rb
+1
-1
No files found.
master
@
5e19daf9
Subproject commit
07452eae307c48bda451c55c8955282a6043f1d7
Subproject commit
5e19daf9a13f708108483037f9cd2c778f239475
spec/integration_spec.rb
View file @
52e15393
...
@@ -171,7 +171,7 @@ else
...
@@ -171,7 +171,7 @@ else
{
'ASIWebPageRequest (1.8.1)'
=>
[
"ASIHTTPRequest (= 1.8.1)"
]
},
{
'ASIWebPageRequest (1.8.1)'
=>
[
"ASIHTTPRequest (= 1.8.1)"
]
},
'JSONKit (1.4)'
,
'JSONKit (1.4)'
,
{
'Reachability (2.0.4)'
=>
[
"ASIHTTPRequest (>= 1.8)"
]
},
{
'Reachability (2.0.4)'
=>
[
"ASIHTTPRequest (>= 1.8)"
]
},
'SSZipArchive (0.1.
1
)'
,
'SSZipArchive (0.1.
2
)'
,
],
],
'DEPENDENCIES'
=>
[
'DEPENDENCIES'
=>
[
"ASIWebPageRequest (>= 1.8.1)"
,
"ASIWebPageRequest (>= 1.8.1)"
,
...
...
spec/unit/specification/set_spec.rb
View file @
52e15393
...
@@ -30,7 +30,7 @@ describe "Pod::Specification::Set" do
...
@@ -30,7 +30,7 @@ describe "Pod::Specification::Set" do
end
end
it
"returns the versions available for this pod ordered from highest to lowest"
do
it
"returns the versions available for this pod ordered from highest to lowest"
do
@set
.
versions
.
should
==
%w[1.2.1 1.2 1.1 1.0]
.
map
{
|
v
|
Pod
::
Version
.
new
(
v
)
}
@set
.
versions
.
should
==
%w[1.
3.2 1.3.1 1.3 1.2.3 1.2.2 1.
2.1 1.2 1.1 1.0]
.
map
{
|
v
|
Pod
::
Version
.
new
(
v
)
}
end
end
it
"checks if the dependency of the specification is compatible with existing requirements"
do
it
"checks if the dependency of the specification is compatible with existing requirements"
do
...
...
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