Go to file
Mitchell Hashimoto c59b189bfa Fixed hobo dir tests to work even if the dir is already present 2010-01-22 00:22:11 -08:00
bin Initial Gemfile for dependencies. Touched a .gitignore for the various 2010-01-21 19:09:18 -08:00
config env and config tested and working 2010-01-21 23:38:41 -08:00
lib Hard code MAC address for NIC. Must match the base VM. 2010-01-22 00:15:37 -08:00
test Fixed hobo dir tests to work even if the dir is already present 2010-01-22 00:22:11 -08:00
.gitignore Initial Gemfile for dependencies. Touched a .gitignore for the various 2010-01-21 19:09:18 -08:00
Gemfile Back to mocha for now. Flexmock made stubbing awkward. 2010-01-21 23:57:31 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile corrected bundler require 2010-01-21 21:08:55 -08:00

README.md

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!