mastodon/spec/fabricators/tag_follow_fabricator.rb
2023-06-10 18:29:01 +02:00

7 lines
108 B
Ruby

# frozen_string_literal: true
Fabricator(:tag_follow) do
tag
account { Fabricate.build(:account) }
end