spec/lib/crawler/api/crawl_spec.rb [18:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      output_sink: :elasticsearch,
      output_index: 'some-index-name',
      elasticsearch: {
        host: 'http://localhost',
        port: 1234,
        api_key: 'key'
      }
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/output_sink_spec.rb [37:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        output_sink: :elasticsearch,
        output_index: 'some-index-name',
        elasticsearch: {
          host: 'http://localhost',
          port: 1234,
          api_key: 'key'
        }
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



