Factory.define :post do |p| p.title 'some string' p.body 'some string' end