Skip to content

LoadError#path not implemented #666

@rkh

Description

@rkh

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'
end

It does not work on JRuby in 2.0 mode, but works just fine on MRI 2.0 and trunk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions