summaryrefslogtreecommitdiff
path: root/spec/factories/service_hooks.rb
blob: 6dd6af63f3e673fff2b4f912b90dc970b9e4c42c (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :service_hook do
    url { FFaker::Internet.uri('http') }
    service
  end
end