class RSpec::Mocks::Proxy

def has_negative_expectation?(message)

Other tags:
    Private: -
def has_negative_expectation?(message)
  method_double[message].expectations.detect {|expectation| expectation.negative_expectation_for?(message)}
end