Class: RSpec::Matchers::BuiltIn::RaiseError

Inherits:
Object
  • Object
show all
Includes:
SuperDiff::RSpec::AugmentedMatcher
Defined in:
lib/super_diff/rspec/monkey_patches.rb

Class Method Summary collapse

Methods included from SuperDiff::RSpec::AugmentedMatcher

#description, #diffable?, #failure_message, #failure_message_when_negated

Class Method Details

.matcher_nameObject



701
702
703
# File 'lib/super_diff/rspec/monkey_patches.rb', line 701

def self.matcher_name
  "raise error"
end