class RSpec::Mocks::Proxy

def has_negative_expectation?(message)

Other tags:
    Private: -
def has_negative_expectation?(message)
  method_double_for(message).expectations.find { |expectation| expectation.negative_expectation_for?(message) }
end