class RSpec::Matchers::BuiltIn::RaiseError

def expecting_specific_exception?

def expecting_specific_exception?
  @expected_error != Exception
end