Skip to content
julionc edited this page Sep 10, 2012 · 6 revisions

Clone or fork the project on Github. Make sure you have bundler installed and install dependencies with:

bundle install

You should be able to run all specs:

bundle exec rake

Guidelines

  • Send pull requests with topic branches.
  • Don't forget to add tests to your contribution.
  • Test against all supported ruby versions. You can do it easily either with rvm or travis-ci
Clone this wiki locally