webhook_fabricator.rb 117 B

12345
  1. Fabricator(:webhook) do
  2. url { Faker::Internet.url }
  3. secret { SecureRandom.hex }
  4. events { Webhook::EVENTS }
  5. end