mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-17 07:43:17 +00:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:favourite) do
|
|
account
|
|
status
|
|
end
|