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
466e7f28
Commit
466e7f28
authored
Apr 14, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Rake] Improve spec:regenerate_integration_fixtures task
parent
f535dff6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Gemfile.lock
Gemfile.lock
+2
-2
Rakefile
Rakefile
+2
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
Gemfile.lock
View file @
466e7f28
...
@@ -7,7 +7,7 @@ GIT
...
@@ -7,7 +7,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
a6d129d9a72bd7324414001daacbe8bfd96b2311
revision:
dfbde7c030c5af723fc2df1850a603c06b7088fa
branch: master
branch: master
specs:
specs:
cocoapods-core (0.31.1)
cocoapods-core (0.31.1)
...
@@ -18,7 +18,7 @@ GIT
...
@@ -18,7 +18,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
357d061b0b3a60fa6ac0a40cb3da6ce7689e3c9e
revision:
1ead6368b83d492ebf3194e45fb0d732632446c4
branch: master
branch: master
specs:
specs:
xcodeproj (0.16.0)
xcodeproj (0.16.0)
...
...
Rakefile
View file @
466e7f28
...
@@ -188,7 +188,8 @@ namespace :spec do
...
@@ -188,7 +188,8 @@ namespace :spec do
desc
"Rebuilds integration fixtures"
desc
"Rebuilds integration fixtures"
task
:rebuild_integration_fixtures
do
task
:rebuild_integration_fixtures
do
title
'Running Integration tests'
title
'Running Integration tests'
`bundle exec bacon spec/integration.rb`
sh
'rm -rf spec/cocoapods-integration-specs/tmp'
Rake
::
Task
[
'spec:integration'
].
invoke
title
'Storing fixtures'
title
'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders
# Copy the files to the files produced by the specs to the after folders
...
...
cocoapods-integration-specs
@
9718e4c2
Subproject commit
eced44cc9e4bf19ce9c3b6d68dc4806af25252fa
Subproject commit
9718e4c2bc6f6b0d54cf7c5e67bd6af7aec5f94b
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