summaryrefslogtreecommitdiff
path: root/spec/factories/project_custom_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/project_custom_attributes.rb')
-rw-r--r--spec/factories/project_custom_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/project_custom_attributes.rb b/spec/factories/project_custom_attributes.rb
index 5eedeb86304..099d2d7ff19 100644
--- a/spec/factories/project_custom_attributes.rb
+++ b/spec/factories/project_custom_attributes.rb
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :project_custom_attribute do
project
sequence(:key) { |n| "key#{n}" }