# File lib/rspec/mocks/message_expectation.rb, line 286
      def never
        @expected_received_count = 0
        self
      end