Commit e256b49e authored by Ben Scheirman's avatar Ben Scheirman Committed by Eloy Duran

rake bootstrap now bundle installs

Assists in getting a fresh working copy up and running
with a single command.
parent 48f8d7bd
......@@ -203,7 +203,12 @@ end
desc "Initializes your working copy to run the specs"
task :bootstrap do
puts "Updating submodules..."
`git submodule update --init --recursive`
puts "Installing gems"
`bundle install`
`cd external/XcodeProj && bundle install`
end
desc "Run all specs"
......
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