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
32610ae6
Commit
32610ae6
authored
Nov 20, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UI] Minor adaptation for Core extraction.
parent
20e0b773
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
user_interface.rb
lib/cocoapods/user_interface.rb
+2
-1
user_interface_spec.rb
spec/functional/user_interface_spec.rb
+0
-6
No files found.
lib/cocoapods/user_interface.rb
View file @
32610ae6
module
Pod
module
Pod
#
# Provides support for UI output. It provides support for nexted sections of
# information and for a verbose mode.
#
#
module
UserInterface
module
UserInterface
...
...
spec/functional/user_interface_spec.rb
View file @
32610ae6
...
@@ -20,12 +20,6 @@ describe Pod::UI do
...
@@ -20,12 +20,6 @@ describe Pod::UI do
output
.
should
.
include?
'https://github.com/robbiehanson/CocoaLumberjack.git'
output
.
should
.
include?
'https://github.com/robbiehanson/CocoaLumberjack.git'
end
end
it
"presents the name, version, description, homepage and source of a specification set"
do
Pod
::
UI
.
pod
(
@set
)
output
=
Pod
::
UI
.
output
output
.
should
.
include?
'Versions: 1.6, 1.3.3, 1.3.2, 1.3.1, 1.3, 1.2.3, 1.2.2, 1.2.1, 1.2, 1.1, 1.0 [master repo]'
end
it
"presents the stats of a specification set"
do
it
"presents the stats of a specification set"
do
repo
=
{
"forks"
=>
42
,
"watchers"
=>
318
,
"pushed_at"
=>
"2011-01-26T19:06:43Z"
}
repo
=
{
"forks"
=>
42
,
"watchers"
=>
318
,
"pushed_at"
=>
"2011-01-26T19:06:43Z"
}
Octokit
.
expects
(
:repo
).
with
(
"robbiehanson/CocoaLumberjack"
).
returns
(
repo
)
Octokit
.
expects
(
:repo
).
with
(
"robbiehanson/CocoaLumberjack"
).
returns
(
repo
)
...
...
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