Commit 466e7f28 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rake] Improve spec:regenerate_integration_fixtures task

parent f535dff6
...@@ -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)
......
...@@ -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
......
Subproject commit eced44cc9e4bf19ce9c3b6d68dc4806af25252fa Subproject commit 9718e4c2bc6f6b0d54cf7c5e67bd6af7aec5f94b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment