Welcome to mirror list, hosted at ThFree Co, Russian Federation.

service_hooks.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c907862b4f6c373e1c0ffcac90d6b970e412811c (plain)
1
2
3
4
5
6
FactoryBot.define do
  factory :service_hook do
    url { generate(:url) }
    service
  end
end