Module: RSpec

Defined in:
lib/wrong/adapters/rspec.rb

Overview

This would work if we didn’t need to define failure_class todo: figure out how to get RSpec’s config object to class_eval or whatever Rspec.configure do |config|

config.include Wrong
def failure_class
  RSpec::Expectations::ExpectationNotMetError
end

end

Defined Under Namespace

Modules: Core