summaryrefslogtreecommitdiff
path: root/spec/factories/gpg_signature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/gpg_signature.rb')
-rw-r--r--spec/factories/gpg_signature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/gpg_signature.rb b/spec/factories/gpg_signature.rb
index e9798ff6a41..4620caff823 100644
--- a/spec/factories/gpg_signature.rb
+++ b/spec/factories/gpg_signature.rb
@@ -1,6 +1,6 @@
require_relative '../support/gpg_helpers'
-FactoryGirl.define do
+FactoryBot.define do
factory :gpg_signature do
commit_sha { Digest::SHA1.hexdigest(SecureRandom.hex) }
project