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.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/factories/system_hooks.rb b/spec/factories/system_hooks.rb
new file mode 100644
index 00000000000..c786e9cb79b
--- /dev/null
+++ b/spec/factories/system_hooks.rb
@@ -0,0 +1,5 @@
+FactoryGirl.define do
+ factory :system_hook do
+ url { FFaker::Internet.uri('http') }
+ end
+end