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

system_hooks.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c786e9cb79b87cd2b61fd0e9c326c47487f0021a (plain)
1
2
3
4
5
FactoryGirl.define do
  factory :system_hook do
    url { FFaker::Internet.uri('http') }
  end
end