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
980e1b2a
Unverified
Commit
980e1b2a
authored
Nov 16, 2016
by
Johannes Plunien
Committed by
Danielle Tomlinson
Dec 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code style
parent
8e0dac7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
aggregate_xcconfig_spec.rb
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
+0
-4
No files found.
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
View file @
980e1b2a
...
@@ -132,7 +132,6 @@ module Pod
...
@@ -132,7 +132,6 @@ module Pod
it
'links the pod targets with the aggregate target'
do
it
'links the pod targets with the aggregate target'
do
@xcconfig
.
to_hash
[
'OTHER_LDFLAGS'
].
should
.
include
'-l"BananaLib-Pods"'
@xcconfig
.
to_hash
[
'OTHER_LDFLAGS'
].
should
.
include
'-l"BananaLib-Pods"'
end
end
end
end
describe
'with an unscoped pod target'
do
describe
'with an unscoped pod target'
do
...
@@ -408,7 +407,6 @@ module Pod
...
@@ -408,7 +407,6 @@ module Pod
end
end
describe
'an empty pod target'
do
describe
'an empty pod target'
do
before
do
before
do
@blank_target
=
fixture_aggregate_target
@blank_target
=
fixture_aggregate_target
@generator
=
AggregateXCConfig
.
new
(
@blank_target
,
'Release'
)
@generator
=
AggregateXCConfig
.
new
(
@blank_target
,
'Release'
)
...
@@ -420,14 +418,12 @@ module Pod
...
@@ -420,14 +418,12 @@ module Pod
end
end
describe
'with inherited targets'
do
describe
'with inherited targets'
do
it
'should include inherited search paths'
do
it
'should include inherited search paths'
do
# It's the responsibility of the analyzer to
# It's the responsibility of the analyzer to
# populate this when the file is loaded.
# populate this when the file is loaded.
@blank_target
.
search_paths_aggregate_targets
=
[
@target
]
@blank_target
.
search_paths_aggregate_targets
=
[
@target
]
@xcconfig
=
@generator
.
generate
@xcconfig
=
@generator
.
generate
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
.
not
.
be
.
nil
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
.
not
.
be
.
nil
end
end
end
end
end
end
...
...
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