summaryrefslogtreecommitdiff
path: root/spec/factories/oauth_access_grants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/oauth_access_grants.rb')
-rw-r--r--spec/factories/oauth_access_grants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/oauth_access_grants.rb b/spec/factories/oauth_access_grants.rb
index 543b3e99274..9e6af24c4eb 100644
--- a/spec/factories/oauth_access_grants.rb
+++ b/spec/factories/oauth_access_grants.rb
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :oauth_access_grant do
resource_owner_id { create(:user).id }
application