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

Constants included from Wrong::Eventually

Wrong::Eventually::NO_BLOCK_PASSED

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::D

#d

Methods included from Wrong::CloseTo

#close_to?

Methods included from Wrong::Eventually

#eventually

Methods included from Wrong::Capturing

#capturing

Methods included from Wrong::Rescuing

#rescuing

Instance Method Details

#failure_classObject



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

def failure_class
  RSpec::Expectations::ExpectationNotMetError
end