class RSpec::Mocks::Matchers::HaveReceived

def notify_failure_message

def notify_failure_message
  mock_proxy.check_for_unexpected_arguments(@expectation)
  @expectation.generate_error
end