spec/lib/geoblacklight/solr_document_spec.rb in geoblacklight-0.3.0 vs spec/lib/geoblacklight/solr_document_spec.rb in geoblacklight-0.3.1

- old
+ new

@@ -120,10 +120,10 @@ expect(document.viewer_protocol).to eq 'wms' end end let(:document_attributes) { {} } it 'returns leaflet protocol' do - expect(document.viewer_protocol).to eq 'leaflet' + expect(document.viewer_protocol).to eq 'map' end end describe 'viewer_endpoint' do describe 'with a wms reference' do let(:document_attributes) {