spec/factories/roles.rb in blacklight-spotlight-2.4.1 vs spec/factories/roles.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
FactoryBot.define do
factory :role, class: Spotlight::Role do
resource { FactoryBot.build(:exhibit) }
role { 'curator' }
user