diff --git a/spec/routing/catalog_routing_spec.rb b/spec/routing/catalog_routing_spec.rb index b83a083888..545aa65327 100644 --- a/spec/routing/catalog_routing_spec.rb +++ b/spec/routing/catalog_routing_spec.rb @@ -54,7 +54,6 @@ end it "routes ids with a literal '/" do - skip "This works if you configure your routing to have very liberal constraints on :id.. not sure how to go about testing it though" expect(get: solr_document_path(SolrDocument.new(id: 'and/or'))).to route_to(controller: 'catalog', action: 'show', id: 'and/or') end end