spec/factories/crawl_results.rb [44:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    status_code { 200 }
    content { '' }

    initialize_with do
      new(
        url: Crawler::Data::URL.parse(url),
        status_code:,
        content:
      )
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/factories/crawl_results.rb [58:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    status_code { 200 }
    content { '' }

    initialize_with do
      new(
        url: Crawler::Data::URL.parse(url),
        status_code:,
        content:
      )
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



