spec/lib/crawler/http_executor_spec.rb [375:389]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        let(:content_type_header) do
          double(
            :content_type_header,
            value: 'application/xml',
            get_value: 'application/xml',
            get_name: 'content-type'
          )
        end
        let(:response_entity) do
          double(
            :response_entity,
            content_type: 'application/xml; charset=utf-8',
            content: nil
          )
        end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/http_executor_spec.rb [424:438]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        let(:content_type_header) do
          double(
            :content_type_header,
            value: 'application/xml',
            get_value: 'application/xml',
            get_name: 'content-type'
          )
        end
        let(:response_entity) do
          double(
            :response_entity,
            content_type: 'application/xml; charset=utf-8',
            content: nil
          )
        end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



