class RSpec::Mocks::NegativeMessageExpectation

def negative_expectation_for?(message)

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