1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec/fabricators/mention_fabricator.rb

7 lines
78 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-04-04 15:29:56 -07:00
Fabricator(:mention) do
account
status
end