Skip to content
rogeliog edited this page Oct 1, 2012 · 2 revisions

Before you start hacking

Check the Pivotal Tracker to see what needs to be done, if you work at something that is not on Pivotal Tracker just let us know in the Github Issue Tracker to provide you the appropriate feedback.

All contributions must be tested with RSpec.

Recomended Development environment

  • Ruby 1.9.3
  • Redis >= 2.5.x

1. Install it

Clone the repo

git clone git@github.com:innku/innsights-gem.git

Run

bundle

2. Run the test suite

 bundle exec rspec spec/

Thank you very much for helping us make this a better project.