mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
9 lines
157 B
Ruby
9 lines
157 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:list_account) do
|
|
list
|
|
|
|
initialize_with do
|
|
resolved_class.new(list: list, account: list.account)
|
|
end
|
|
end
|