# File lib/god/conditions/http_response_code.rb, line 73
      def initialize
        super
        self.port = 80
        self.path = '/'
        self.times = [1, 1]
        self.timeout = 60.seconds
      end