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
f1b6cf1e
Commit
f1b6cf1e
authored
Mar 12, 2016
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Spec] Remove useless setup of skip_repo_update
parent
fd1b30c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
analyzer_spec.rb
spec/unit/installer/analyzer_spec.rb
+0
-4
No files found.
spec/unit/installer/analyzer_spec.rb
View file @
f1b6cf1e
...
...
@@ -66,7 +66,6 @@ module Pod
#--------------------------------------#
it
'does not update unused sources'
do
config
.
skip_repo_update
=
false
@analyzer
.
stubs
(
:sources
).
returns
(
SourcesManager
.
master
)
SourcesManager
.
expects
(
:update
).
once
.
with
(
'master'
)
@analyzer
.
update_repositories
...
...
@@ -77,7 +76,6 @@ module Pod
source
'https://github.com/CocoaPods/Specs.git'
# No dependencies specified
end
config
.
skip_repo_update
=
false
config
.
verbose
=
true
SourcesManager
.
expects
(
:update
).
never
...
...
@@ -96,7 +94,6 @@ module Pod
project
'SampleProject/SampleProject'
pod
'BananaLib'
,
'1.0'
end
config
.
skip_repo_update
=
false
config
.
verbose
=
true
source
=
Source
.
new
(
non_git_repo
)
...
...
@@ -118,7 +115,6 @@ module Pod
pod
'BananaLib'
,
'1.0'
,
:source
=>
repo_url
pod
'JSONKit'
,
:source
=>
repo_url
end
config
.
skip_repo_update
=
false
config
.
verbose
=
true
# Note that we are explicitly ignoring 'repo_1' since it isn't used.
...
...
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