mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05: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
|