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
72c8e833
Commit
72c8e833
authored
Feb 26, 2016
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Spec] Fulfill test for bridge support file
parent
9e215a01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
aggregate_target_installer_spec.rb
...aller/target_installer/aggregate_target_installer_spec.rb
+6
-1
No files found.
spec/unit/installer/target_installer/aggregate_target_installer_spec.rb
View file @
72c8e833
...
...
@@ -153,7 +153,12 @@ module Pod
xit
'adds the resources bundles to the copy resources script'
do
end
xit
'adds the bridge support file to the copy resources script, if one was created'
do
it
'adds the bridge support file to the copy resources script, if one was created'
do
@installer
.
stubs
(
:bridge_support_file
).
returns
(
@installer
.
target
.
bridge_support_path
)
resources_by_config
=
@installer
.
send
(
:resources_by_config
)
resources_by_config
.
each_value
do
|
resources
|
resources
.
should
.
include
@installer
.
target
.
bridge_support_path
end
end
it
'does add pods to the embed frameworks script'
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