-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
I have the following code in my spec helper:
begin
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
rescue LoadError => error
raise error unless error.path == 'coveralls'
endIt does not work on JRuby in 2.0 mode, but works just fine on MRI 2.0 and trunk.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels