Skip to content

Commit

Permalink
Remove unnecessary stub from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Nov 10, 2022
1 parent 58304e7 commit 3d7a935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/views/catalog/_show_tools.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
allow(Blacklight::Document::ActionsComponent).to receive(:new).and_return(component)
allow(view).to receive(:render).with(component)
allow(view).to receive(:render).with('catalog/show_tools', {}).and_call_original
assign :response, instance_double(Blacklight::Solr::Response, params: {})
assign :document, document
allow(view).to receive(:blacklight_config).and_return blacklight_config
allow(view).to receive(:has_user_authentication_provider?).and_return false
Expand Down

0 comments on commit 3d7a935

Please sign in to comment.