# File lib/spec/mocks/message_expectation.rb, line 256
      def at_most(n)
        set_expected_received_count :at_most, n
        self
      end