5 lines
99 B
Ruby
5 lines
99 B
Ruby
FactoryGirl.define do
|
|
factory :system_hook do
|
|
url { FFaker::Internet.uri('http') }
|
|
end
|
|
end
|