mastodon/spec/fabricators/custom_filter_fabricator.rb

9 lines
153 B
Ruby

# frozen_string_literal: true
Fabricator(:custom_filter) do
account
expires_at nil
phrase 'discourse'
context %w(home notifications)
end