7
0
Ответвление 0
bastodon/spec/fabricators/webhook_fabricator.rb

7 строки
148 Б
Ruby

# frozen_string_literal: true
Fabricator(:webhook) do
url { Faker::Internet.url }
secret { SecureRandom.hex }
events { Webhook::EVENTS }
end