Class: RSpec::Core::ExampleGroup

Inherits:
Object
  • Object
show all
Includes:
Wrong
Defined in:
lib/wrong/adapters/rspec.rb

Constant Summary

Constants included from Wrong

Wrong::VERSION

Instance Method Summary collapse

Methods included from Wrong

config, config=, load_config

Methods included from Wrong::Assert

#assert, #deny, #failure_message, #increment_assertion_count

Methods included from Wrong::Helpers

#capturing, #rescuing

Instance Method Details

#failure_classObject



35
36
37
# File 'lib/wrong/adapters/rspec.rb', line 35

def failure_class
  RSpec::Expectations::ExpectationNotMetError
end