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
5080144e
Commit
5080144e
authored
Mar 13, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PodTarget] Update specs to test scope_suffix instead of scoped?
parent
f3e16956
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pod_target_spec.rb
spec/unit/target/pod_target_spec.rb
+4
-4
No files found.
spec/unit/target/pod_target_spec.rb
View file @
5080144e
...
@@ -10,11 +10,11 @@ module Pod
...
@@ -10,11 +10,11 @@ module Pod
end
end
describe
'Meta'
do
describe
'Meta'
do
describe
'#scope
d
'
do
describe
'#scope
_suffix
'
do
it
'returns target copies per target definition, which are scoped'
do
it
'returns target copies per target definition, which are scoped'
do
@pod_target
.
s
hould
.
not
.
be
.
scoped
@pod_target
.
s
cope_suffix
.
should
.
be
.
nil
@pod_target
.
scoped
.
first
.
s
hould
.
be
.
scoped
@pod_target
.
scoped
.
first
.
s
cope_suffix
.
should
==
'Pods'
@pod_target
.
s
hould
.
not
.
be
.
scoped
@pod_target
.
s
cope_suffix
.
should
.
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