mastodon/spec/fabricators/featured_tag_fabricator.rb

8 lines
93 B
Ruby

# frozen_string_literal: true
Fabricator(:featured_tag) do
account
tag
name 'Tag'
end