summaryrefslogtreecommitdiff
path: root/spec/factories/system_hooks.rb
blob: c786e9cb79b87cd2b61fd0e9c326c47487f0021a (plain)
1
2
3
4
5
FactoryGirl.define do
  factory :system_hook do
    url { FFaker::Internet.uri('http') }
  end
end