Restore missing fabricators (#23951)
This commit is contained in:
7
spec/fabricators/list_account_fabricator.rb
Normal file
7
spec/fabricators/list_account_fabricator.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:list_account) do
|
||||
list
|
||||
account
|
||||
before_create { |list_account, _| list_account.list.account.follow!(account) }
|
||||
end
|
Reference in New Issue
Block a user