1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-21 00:29:47 +00:00
mastodon/spec/fabricators/mention_fabricator.rb
2023-06-10 18:29:01 +02:00

7 lines
137 B
Ruby

# frozen_string_literal: true
Fabricator(:mention) do
account { Fabricate.build(:account) }
status { Fabricate.build(:status) }
end