Commit d52be7e9 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Fix spec:rebuild_integration_fixtures

parent fe3d6a53
......@@ -282,7 +282,7 @@ namespace :spec do
# Remove files not used for the comparison
# To keep the git diff clean
FileList['spec/integration/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'].each do |to_delete|
FileList['spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'].each do |to_delete|
sh "rm -rf #{to_delete}"
end
......
Subproject commit 44b03f0ae223452272211d52f2fee15472bd0b7a
Subproject commit 0d881f354b7c482e27f9af1514c082a1f5a958c7
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