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: 6dd6af63f3e673fff2b4f912b90dc970b9e4c42c (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :service_hook do
    url { FFaker::Internet.uri('http') }
    service
  end
end