about summary refs log tree commit diff
path: root/spec/fabricators/custom_filter_fabricator.rb
blob: 64297a7e30f6cc41796660cab777b88fec3d85c5 (plain) (blame)
1
2
3
4
5
6
Fabricator(:custom_filter) do
  account
  expires_at nil
  phrase     'discourse'
  context    %w(home notifications)
end