Skip to content

Commit

Permalink
rake bootstrap now bundle installs
Browse files Browse the repository at this point in the history
Assists in getting a fresh working copy up and running
with a single command.
  • Loading branch information
subdigital authored and alloy committed Apr 13, 2012
1 parent 48f8d7b commit e256b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -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"
Expand Down

0 comments on commit e256b49

Please sign in to comment.