mastodon/spec/fabricators/custom_filter_fabricator.rb
2023-06-10 18:29:01 +02:00

9 lines
183 B
Ruby

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