tag_follow_fabricator.rb 108 B

123456
  1. # frozen_string_literal: true
  2. Fabricator(:tag_follow) do
  3. tag
  4. account { Fabricate.build(:account) }
  5. end