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
8ea1e78a
Commit
8ea1e78a
authored
Mar 14, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Rakefile] Update integration fixtures task
parent
b8b98f2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Rakefile
Rakefile
+4
-3
No files found.
Rakefile
View file @
8ea1e78a
...
...
@@ -253,10 +253,11 @@ namespace :spec do
#--------------------------------------#
desc
"Rebuild integration take 2 after folders"
task
:rebuild_integration_
after_folder
s
do
# TODO Run the tests manually before calling this for now
# sh 'bacon spec/integration_2_spec.rb'
task
:rebuild_integration_
fixture
s
do
title
'Running Integration 2 tests'
`bundle exec bacon spec/integration_2.rb`
title
'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders
FileList
[
'tmp/*'
].
each
do
|
source
|
destination
=
"spec/integration/
#{
source
.
gsub
(
'tmp/'
,
''
)
}
/after"
...
...
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