1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 22:38:42 +09:00
YuruToot/spec/fabricators/account_pin_fabricator.rb

7 lines
105 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:account_pin) do
account nil
target_account nil
end