vagrant/README.md

328 B

Hobo

Contributing to Hobo

To hack on hobo, you'll need Wycat's Bundler which can be installed with a simple sudo gem install bundler. Afterwords, do the following:

gem bundle test
rake

This will run the test suite, which should come back all green! Then you're good to go!