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