about summary refs log tree commit diff
path: root/spec/fabricators/custom_filter_fabricator.rb
blob: 5fee4f01af9fd0b6d729f6e16bdbc98e69d2c714 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

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