summaryrefslogtreecommitdiff
path: root/spec/factories/user_custom_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/user_custom_attributes.rb')
-rw-r--r--spec/factories/user_custom_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/user_custom_attributes.rb b/spec/factories/user_custom_attributes.rb
index 278cf290d4f..a184a2e0f17 100644
--- a/spec/factories/user_custom_attributes.rb
+++ b/spec/factories/user_custom_attributes.rb
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :user_custom_attribute do
user
sequence(:key) { |n| "key#{n}" }