spec/lib/crawler/coordinator_spec.rb [257:266]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end

          expect(crawl).to receive(:interruptible_sleep).once
          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),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/coordinator_spec.rb [277:286]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end

          expect(crawl).to receive(:interruptible_sleep).once
          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),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



