2013-04-05 00:59:44 +08:00
|
|
|
Fabricator(:site_content) do
|
|
|
|
content "%{flower} are red. %{food} are blue."
|
2013-07-23 15:58:26 +08:00
|
|
|
content_type "great.poem"
|
2013-04-05 00:59:44 +08:00
|
|
|
end
|
|
|
|
|
|
|
|
Fabricator(:site_content_basic, from: :site_content) do
|
2013-07-23 15:58:26 +08:00
|
|
|
content_type "breaking.bad"
|
2013-04-05 00:59:44 +08:00
|
|
|
content "best show ever"
|
2013-04-06 03:21:55 +08:00
|
|
|
end
|
|
|
|
|
|
|
|
Fabricator(:site_content_site_setting, from: :site_content) do
|
2013-07-23 15:58:26 +08:00
|
|
|
content_type "site.replacement"
|
2013-04-06 03:21:55 +08:00
|
|
|
content "%{title} is evil."
|
2013-05-24 10:48:32 +08:00
|
|
|
end
|