mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 18:16:45 +10:00
6 lines
99 B
Ruby
6 lines
99 B
Ruby
FactoryGirl.define do
|
|
factory :system_hook do
|
|
url { FFaker::Internet.uri('http') }
|
|
end
|
|
end
|