Practicing algorithms, data structures, and BDD just because.
Installation
The simplest way to install dependencies is via Bundler:
gem install bundler
Followed by
bundle
Development
To run tests upon file system updates
bundle exec guard
To run all tests once and generate coverage reports
bundle exec rake test
To view coverage reports, open coverage/index.html
in a web browser