mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
6 lines
123 B
Ruby
6 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_statuses_cleanup_policy) do
|
|
account { Fabricate.build(:account) }
|
|
end
|