psyho / bogus

Fake library for Ruby
Other
359 stars 14 forks source link

avoid dependency on Coveralls::SimpleCov::Formatter #58

Closed ktdreyer closed 9 years ago

ktdreyer commented 10 years ago

In 5b8bb36e3e27d4db13541f294a7c42d74eb417b2, bogus gained the ability to run the test suite without Coveralls. There was a bug in this implementation: if we do not have coveralls installed, we can't refer to Coveralls constants later on.

This pull request moves the Coverall reference inside the conditional.

psyho commented 9 years ago

Thanks for the pull request.

ktdreyer commented 9 years ago

Thanks for merging!