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
64131879
Commit
64131879
authored
Jun 05, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] Fix require paths
parent
0304d9d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
aggregate_xcconfig_spec.rb
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
+1
-1
private_pod_xcconfig_spec.rb
spec/unit/generator/xcconfig/private_pod_xcconfig_spec.rb
+1
-1
public_pod_xcconfig_spec.rb
spec/unit/generator/xcconfig/public_pod_xcconfig_spec.rb
+1
-1
No files found.
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
View file @
64131879
require
File
.
expand_path
(
'../../../spec_helper'
,
__FILE__
)
require
File
.
expand_path
(
'../../../
../
spec_helper'
,
__FILE__
)
module
Pod
module
Pod
describe
Generator
::
AggregateXCConfig
do
describe
Generator
::
AggregateXCConfig
do
...
...
spec/unit/generator/xcconfig/private_pod_xcconfig_spec.rb
View file @
64131879
require
File
.
expand_path
(
'../../../spec_helper'
,
__FILE__
)
require
File
.
expand_path
(
'../../../
../
spec_helper'
,
__FILE__
)
module
Pod
module
Pod
describe
Generator
::
PrivatePodXCConfig
do
describe
Generator
::
PrivatePodXCConfig
do
...
...
spec/unit/generator/xcconfig/public_pod_xcconfig_spec.rb
View file @
64131879
require
File
.
expand_path
(
'../../../spec_helper'
,
__FILE__
)
require
File
.
expand_path
(
'../../../
../
spec_helper'
,
__FILE__
)
module
Pod
module
Pod
describe
Generator
::
PublicPodXCConfig
do
describe
Generator
::
PublicPodXCConfig
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