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

Fabricator(:mention) do
  account
  status
end