mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
9 lines
No EOL
227 B
Ruby
9 lines
No EOL
227 B
Ruby
Fabricator(:site_content) do
|
|
content_type 'great.poem'
|
|
content "%{flower} are red. %{food} are blue."
|
|
end
|
|
|
|
Fabricator(:site_content_basic, from: :site_content) do
|
|
content_type 'breaking.bad'
|
|
content "best show ever"
|
|
end |