If you'd like to submit a patch:
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so that it isn't broken in a future version unintentionally.
- Commit. Do not touch any unrelated code, such as the gemspec or version. If you must change unrelated code, do it in a commit by itself, so that it can be ignored.
- Send a pull request.
Install the latest version of Bundler
$ gem install bundler
Clone the project
$ git clone git://github.com/berkshelf/vagrant-berkshelf.git
and run:
$ cd vagrant-berkshelf
$ bundle install
Bundler will install all gems and their dependencies required for testing and developing.
One-time run with Thor
$ bundle exec thor spec
Or you can setup a quick feedback loop with Guard
$ bundle exec guard start
guard> rspec