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

Fabricator(:mute) do
  account
  target_account { Fabricate(:account) }
end