mastodon/spec/fabricators/account_note_fabricator.rb

8 lines
185 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
Fabricator(:account_note) do
account { Fabricate.build(:account) }
target_account { Fabricate.build(:account) }
comment 'User note text'
end