class RSpec::Mocks::MessageExpectation

def negative_expectation_for?(message)

Other tags:
    Private: -
def negative_expectation_for?(message)
  @message == message && negative?
end