mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
9 lines
168 B
Ruby
9 lines
168 B
Ruby
|
Fabricator(:post_revision) do
|
||
|
post
|
||
|
user
|
||
|
number 3
|
||
|
modifications do
|
||
|
{ "cooked" => ["<p>BEFORE</p>", "<p>AFTER</p>"], "raw" => ["BEFORE", "AFTER"] }
|
||
|
end
|
||
|
end
|