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