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
553ab18a
Commit
553ab18a
authored
Mar 24, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make specs green on Travis.
parent
745ca34e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
specification_spec.rb
spec/unit/specification_spec.rb
+5
-0
No files found.
spec/unit/specification_spec.rb
View file @
553ab18a
...
...
@@ -106,9 +106,14 @@ end
describe
"A Pod::Specification that's part of another pod's source"
do
before
do
config
.
repos_dir
=
fixture
(
'spec-repos'
)
@spec
=
Pod
::
Specification
.
new
end
after
do
config
.
repos_dir
=
SpecHelper
.
tmp_repos_path
end
it
"adds a dependency on the other pod's source, but not the library"
do
@spec
.
part_of
=
'monkey'
,
'>= 1'
@spec
.
should
.
be
.
part_of_other_pod
...
...
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