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