mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 12:16:14 +00:00
9 lines
204 B
Ruby
9 lines
204 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:fasp_subscription, from: 'Fasp::Subscription') do
|
|
category 'content'
|
|
subscription_type 'lifecycle'
|
|
max_batch_size 10
|
|
fasp_provider
|
|
end
|