psyho / bogus

Fake library for Ruby
Other
359 stars 14 forks source link

gracefully handle missing coveralls gem #50

Closed ktdreyer closed 10 years ago

ktdreyer commented 10 years ago

If we do not have coveralls installed, we should be able to continue with the rest of the test suite.

This allows the test suite to work outside of bundler when coveralls is not available.

In the ordinary development case, it would work to use bundle install and run the tests through bundler, which would load the coveralls gem. Since I'm packaging bogus for Fedora, I can't really use bundler in the RPM packaging.

chastell commented 10 years ago

Thanks so much!