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