spec/factories/roles.rb in blacklight-spotlight-2.2.0 vs spec/factories/roles.rb in blacklight-spotlight-2.2.1
- old
+ new
@@ -1,7 +1,7 @@
FactoryBot.define do
factory :role, class: Spotlight::Role do
resource { FactoryBot.build(:exhibit) }
- role 'curator'
+ role { 'curator' }
user
end
end