A Ruby client for sprint.ly's API.
Nearly all of the dev concerns of sprintly-rb
are managed via
guard. Just kick off guard
in the
background, and it will take charge of running the tests and reloading them
whenever anything changes.
Strive for full code coverage! You've got two ways of getting at it:
-
Run
rake
orrake coverage
- it will run the full test suite and open the coverage report in your browser (on OS X) -
Start guard in coverage mode via
COVERAGE=yes guard
and you will have partial coverage reports written with each test run.
sprintly-rb
is MIT licensed by Ian MacLeod.
See the accompanying file for the full text.