# File lib/rspec/mocks/message_expectation.rb, line 196
      def negative?
        @expected_received_count == 0 && !@at_least
      end