summaryrefslogtreecommitdiff
path: root/spec/factories/system_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/system_hooks.rb')
-rw-r--r--spec/factories/system_hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/system_hooks.rb b/spec/factories/system_hooks.rb
index 841e1e293e8..9e00eeb6ef1 100644
--- a/spec/factories/system_hooks.rb
+++ b/spec/factories/system_hooks.rb
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :system_hook do
url { generate(:url) }
end