spec/views/spotlight/exhibits/edit.html.erb_spec.rb in blacklight-spotlight-2.2.1 vs spec/views/spotlight/exhibits/edit.html.erb_spec.rb in blacklight-spotlight-2.3.0

- old
+ new

@@ -3,11 +3,11 @@ before do assign(:exhibit, exhibit) allow(view).to receive_messages( current_exhibit: exhibit, can?: true, - import_exhibit_path: '/', - get_exhibit_path: '/', + import_exhibit_path: '/', + get_exhibit_path: '/', exhibit_filters_path: '/', exhibit_languages_path: '/', add_exhibit_language_dropdown_options: [], default_language?: true )