mastodon/spec/fabricators/favourite_fabricator.rb

7 lines
80 B
Ruby

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