spec/lib/geoblacklight/relation/descendants_spec.rb in geoblacklight-2.4.0 vs spec/lib/geoblacklight/relation/descendants_spec.rb in geoblacklight-3.0.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true require 'spec_helper' describe Geoblacklight::Relation::Descendants do let(:repository) { Blacklight::Solr::Repository.new(CatalogController.blacklight_config) } let(:descendants) { described_class.new('nyu_2451_34636', repository) }