status_edit_fabricator.rb 203 B

1234567
  1. Fabricator(:status_edit) do
  2. status nil
  3. account nil
  4. text "MyText"
  5. spoiler_text "MyText"
  6. media_attachments_changed false
  7. end