method

has_negative_expectation?

has_negative_expectation?(sym)
public

No documentation available.

# File lib/spec/mocks/proxy.rb, line 59
      def has_negative_expectation?(sym)
        @expectations.detect {|expectation| expectation.negative_expectation_for?(sym)}
      end