Skip to content
Dave Copeland edited this page Nov 27, 2010 · 7 revisions

Developing GLI

GLI uses bundler to manage development-time dependencies.

gem install bundler
bundle install
rake test
rake rcov

GLI currently has 100% test coverage (of everything except for the scaffold task), and I'd like to keep it that way. If you submit patches, please have a test, that makes it easier for me to know if anything's broken.