# File lib/rspec/mocks/message_expectation.rb, line 205
      def called_max_times?
        @expected_received_count != :any && @expected_received_count > 0 &&
          @actual_received_count >= @expected_received_count
      end