# File lib/facon/expectation.rb, line 106
    def times(val)
      @expected_received_count = val
      self
    end