gab-social/spec/fabricators/custom_filter_fabricator.rb

7 lines
122 B
Ruby
Raw Normal View History

2019-07-02 08:10:25 +01:00
Fabricator(:custom_filter) do
account
expires_at nil
phrase 'discourse'
context %w(home notifications)
end