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