spec/lib/spotlight/dor/indexer_spec.rb in spotlight-dor-resources-0.4.1 vs spec/lib/spotlight/dor/indexer_spec.rb in spotlight-dor-resources-0.5.0

- old
+ new

@@ -570,11 +570,10 @@ end end end # add_series end # context StanfordMods concern - # rubocop:disable Metrics/LineLength context 'Full Text Indexing concern' do describe '#add_object_full_text' do let(:full_text_solr_fname) { 'full_text_tesimv' } before do allow(sdb).to receive(:bare_druid).and_return(fake_druid) @@ -647,7 +646,6 @@ expect(subject.object_level_full_text_urls(sdb)).to eq [full_file_path, full_file_path] expect(solr_doc[full_text_solr_fname]).to eq [expected_text, expected_text] # same file twice in a 2 element array end end # add_object_full_text end # full text indexing concern - # rubocop:enable Metrics/LineLength end