Commit 664d0c2e authored by Ben Scheirman's avatar Ben Scheirman Committed by Eloy Duran

Run rake bootstrap to set up your working copy.

Currently initializes & updates all git submodules
parent b4715c23
......@@ -201,6 +201,11 @@ namespace :examples do
end
end
desc "Initializes your working copy to run the specs"
task :bootstrap do
`git submodule update --init --recursive`
end
desc "Run all specs"
task :spec => 'spec:all'
......
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