spec/lib/crawler/data/crawl_result/html_spec.rb [14:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      url:,
      content: html
    )
  end

  let(:html) do
    <<~HTML
      <html>
      <head>
        <title>Under construction...</title>
        <link rel="canonical" href="https://example.com/canonical" />
        <meta name="keywords" content="keywords, stuffing, SEO" />
        <meta name="description" content="The best site in the universe!" />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/data/crawl_result_spec.rb [13:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      url:,
      content: html
    )
  end

  let(:html) do
    <<~HTML
      <html>
        <head>
          <title>Under construction...</title>
          <link rel="canonical" href="https://example.com/canonical" />
          <meta name="keywords" content="keywords, stuffing, SEO" />
          <meta name="description" content="The best site in the universe!" />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



