BigW Consortium Gitlab

service_hooks.rb 112 Bytes
FactoryGirl.define do
  factory :service_hook do
    url { FFaker::Internet.uri('http') }
    service
  end
end