1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 23:26:22 +09:00
mastodon/spec/fabricators/account_moderation_note_fabricator.rb
nullkal 633426b261 Add moderation note (#5240)
* Add moderation note

* Add frozen_string_literal

* Make rspec pass
2017-10-07 20:26:43 +02:00

5 lines
77 B
Ruby

Fabricator(:account_moderation_note) do
content "MyText"
account nil
end