4 lines
236 B
Ruby
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
|