refinerycms-blog/features/support/factories/blog_posts.rb
2010-11-23 09:34:11 +13:00

4 lines
236 B
Ruby

Factory.define(:post, :class => BlogPost) do |f|
f.title "Top Ten Shopping Centers in Chicago"
f.body "These are the top ten shopping centers in Chicago. You're going to read a long blog post about them. Come to peace with it."
end