Commit d931a75a authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Perform setup on for integration only if needed 2

parent 2248e59d
...@@ -211,7 +211,7 @@ namespace :spec do ...@@ -211,7 +211,7 @@ namespace :spec do
title 'Running the specs' title 'Running the specs'
sh "bundle exec bacon #{specs('**')}" sh "bundle exec bacon #{specs('**')}"
unless Pathname.new('~/.cocoapods/master').exist? unless Pathname.new(ENV['HOME']+'/.cocoapods/master').exist?
title 'Ensuring specs repo is up to date' title 'Ensuring specs repo is up to date'
sh "./bin/pod setup" sh "./bin/pod setup"
end end
......
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