6 lines
100 B
Ruby
6 lines
100 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :project_hook do
|
||
|
url { FFaker::Internet.uri('http') }
|
||
|
end
|
||
|
end
|