spec/controllers/spotlight/contacts_controller_spec.rb in blacklight-spotlight-2.4.1 vs spec/controllers/spotlight/contacts_controller_spec.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
describe Spotlight::ContactsController, type: :controller do
routes { Spotlight::Engine.routes }
describe 'when not logged in' do
describe 'GET edit' do
let(:contact) { FactoryBot.create(:contact) }