class RSpec::Mocks::Matchers::ReceiveMessageChain

def setup_negative_expectation(*_args)

def setup_negative_expectation(*_args)
  raise NegationUnsupportedError,
        "`expect(...).not_to receive_message_chain` is not supported " \
        "since it doesn't really make sense. What would it even mean?"
end