1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-09 08:22:11 -05:00
tootlab-mastodon/spec/fabricators/severed_relationship_fabricator.rb

9 lines
271 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:severed_relationship) do
local_account { Fabricate.build(:account) }
remote_account { Fabricate.build(:account) }
relationship_severance_event { Fabricate.build(:relationship_severance_event) }
direction { :active }
end