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
9e4a687c
Commit
9e4a687c
authored
Jul 02, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Installer] Add explicit default plugin specs
parent
1a27fd6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
installer_spec.rb
spec/unit/installer_spec.rb
+10
-0
No files found.
spec/unit/installer_spec.rb
View file @
9e4a687c
...
@@ -698,6 +698,16 @@ module Pod
...
@@ -698,6 +698,16 @@ module Pod
@installer
.
stubs
(
:installed_specs
).
returns
(
@specs
)
@installer
.
stubs
(
:installed_specs
).
returns
(
@specs
)
end
end
describe
'DEFAULT_PLUGINS'
do
before
do
@default_plugins
=
@installer
.
send
(
:plugins
)
end
it
'includes cocoapods-stats'
do
@default_plugins
[
'cocoapods-stats'
].
should
==
{}
end
end
it
'runs plugins pre install hook'
do
it
'runs plugins pre install hook'
do
context
=
stub
context
=
stub
Installer
::
PreInstallHooksContext
.
expects
(
:generate
).
returns
(
context
)
Installer
::
PreInstallHooksContext
.
expects
(
:generate
).
returns
(
context
)
...
...
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