mastodon/spec/fabricators/tag_follow_fabricator.rb

7 lines
78 B
Ruby

# frozen_string_literal: true
Fabricator(:tag_follow) do
tag
account
end