spec/lib/crawler/output_sink/elasticsearch_spec.rb [131:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        LOG
      end

      it 'should assign the v2 pipeline' do
        expect { subject }.not_to raise_error
        expect(system_logger).to have_received(:info).with(expected_log)
        expect(subject.instance_variable_get(:@default_pipeline)).to eq(default_pipeline_v2)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/output_sink/elasticsearch_spec.rb [164:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        LOG
      end

      it 'should assign the v2 pipeline' do
        expect { subject }.not_to raise_error
        expect(system_logger).to have_received(:info).with(expected_log)
        expect(subject.instance_variable_get(:@default_pipeline)).to eq(default_pipeline_v2)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



