spec/lib/crawler/data/crawl_result/sitemap_spec.rb [50:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        end

        it 'should not return any errors' do
          expect(result[:error]).to be_nil
        end
      end

      #---------------------------------------------------------------------------------------------
      context 'containing links wrapped in CDATA' do
        let(:sitemap_content) do
          <<~XML
            <?xml version="1.0" encoding="UTF-8"?>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/data/crawl_result/sitemap_spec.rb [182:193]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        end

        it 'should not return any errors' do
          expect(result[:error]).to be_nil
        end
      end

      #---------------------------------------------------------------------------------------------
      context 'containing links wrapped in CDATA' do
        let(:sitemap_content) do
          <<~XML
            <?xml version="1.0" encoding="UTF-8"?>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



