spec/lib/crawler/coordinator_spec.rb [260:267]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          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: :success,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/coordinator_spec.rb [386:393]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        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: :success,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



