about summary refs log tree commit diff
path: root/spec/fabricators/webhook_fabricator.rb
blob: fa4f17b5546d0ec70a9a91bc199e74cf4d745da6 (plain) (blame)
1
2
3
4
5
Fabricator(:webhook) do
  url { Faker::Internet.url }
  secret { SecureRandom.hex }
  events { Webhook::EVENTS }
end