mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 22:24:51 +00:00
5 lines
101 B
Ruby
5 lines
101 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:status_edit) do
|
|
status { Fabricate.build(:status) }
|
|
end
|