From eb34603c98dc8b403df6060ffd45211e556b8170 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Wed, 11 Dec 2024 10:42:58 -0500 Subject: [PATCH] Remove unnecessary and failing line --- spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb b/spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb index 69dbf8b90b..e9291c4e6d 100644 --- a/spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb +++ b/spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb @@ -8,7 +8,6 @@ before do assign :download_link, Hyrax::Engine.routes.url_helpers.download_single_use_link_path(hash) assign :presenter, Hyrax::FileSetPresenter.new(solr_document, ability) - view.lookup_context.view_paths.push "#{Hyrax::Engine.root}/app/views/hyrax/base" render end