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
e122e0b4
Commit
e122e0b4
authored
Feb 28, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] Fix issue with missing tmp dir
parent
2facc45f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
pre_flight.rb
spec/spec_helper/pre_flight.rb
+3
-5
No files found.
spec/spec_helper/pre_flight.rb
View file @
e122e0b4
...
...
@@ -18,15 +18,13 @@ module Bacon
::
Pod
::
UI
.
output
=
''
# The following prevents a nasty behaviour where the increments are not
# balanced when testing informative
s
which might lead to sections not
# balanced when testing informative which might lead to sections not
# being printed to the output as they are too nested.
::
Pod
::
UI
.
indentation_level
=
0
::
Pod
::
UI
.
title_level
=
0
if
SpecHelper
.
temporary_directory
.
exist?
SpecHelper
.
temporary_directory
.
rmtree
SpecHelper
.
temporary_directory
.
mkpath
end
SpecHelper
.
temporary_directory
.
rmtree
if
SpecHelper
.
temporary_directory
.
exist?
SpecHelper
.
temporary_directory
.
mkpath
old_run_requirement
.
bind
(
self
).
call
(
description
,
spec
)
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