Move followable_by coverage to suggestions (#28697)
This commit is contained in:
parent
32eeca9c7b
commit
cd37048439
3 changed files with 63 additions and 23 deletions
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:follow_recommendation_mute) do
|
||||
account { Fabricate.build(:account) }
|
||||
target_account { Fabricate.build(:account) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue