spec/integration/sitemap_xxe_spec.rb [50:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end
        end

        page '/visit-here'
      end
    end

    it 'extracts links but does not look up files' do
      expect(results).to have_only_these_results [
        mock_response(url: 'http://127.0.0.1:9393/visit-here', status_code: 200)
      ]
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/integration/sitemap_xxe_spec.rb [75:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end
        end

        page '/visit-here'
      end
    end

    it 'extracts links but does not look up files' do
      expect(results).to have_only_these_results [
        mock_response(url: 'http://127.0.0.1:9393/visit-here', status_code: 200)
      ]
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



