1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 22:38:27 +09:00
mastodon/spec/fabricators/favourite_fabricator.rb

7 lines
80 B
Ruby

# frozen_string_literal: true
Fabricator(:favourite) do
account
status
end