about summary refs log blame commit diff
path: root/spec/fabricators/mention_fabricator.rb
blob: 5a83928275fec97c4cd0007fd3b9434841fd246b (plain) (tree)
1
2
3
4
5
6
                             


                       
# frozen_string_literal: true

Fabricator(:mention) do
  account
  status
end