spec/lib/crawler/coordinator_spec.rb [213:220]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(events).to receive(:url_extracted).with(
          hash_including(
            url: crawl_result.url,
            type: :allowed,
            start_time: kind_of(Time),
            end_time: kind_of(Time),
            duration: kind_of(Benchmark::Tms),
            outcome: :failure,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/coordinator_spec.rb [230:237]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(events).to receive(:url_extracted).with(
          hash_including(
            url: crawl_result.url,
            type: :allowed,
            start_time: kind_of(Time),
            end_time: kind_of(Time),
            duration: kind_of(Benchmark::Tms),
            outcome: :failure,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



