mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
FactoryGirl.define do
|
|
factory :service_hook do
|
|
url { FFaker::Internet.uri('http') }
|
|
service
|
|
end
|
|
end
|