spec/lib/crawler/http_executor_spec.rb [233:241]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Crawler::HttpUtils::Response.new(
        apache_response: redirect_head_response,
        url: crawler_redirect_url,
        request_start_time: 2.seconds.ago,
        request_end_time: 1.second.ago
      )
    end

    before do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/http_executor_spec.rb [288:296]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Crawler::HttpUtils::Response.new(
          apache_response: redirect_head_response,
          url: crawler_redirect_url,
          request_start_time: 2.seconds.ago,
          request_end_time: 1.second.ago
        )
      end

      before do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



