custom_filter_fabricator.rb 122 B

123456
  1. Fabricator(:custom_filter) do
  2. account
  3. expires_at nil
  4. phrase 'discourse'
  5. context %w(home notifications)
  6. end