Skip to content

Instantly share code, notes, and snippets.

@galliani
Forked from joshuaclayton/post_factory.rb
Last active August 29, 2015 14:26
Show Gist options
  • Save galliani/1470a18d481ac78dbbc4 to your computer and use it in GitHub Desktop.
Save galliani/1470a18d481ac78dbbc4 to your computer and use it in GitHub Desktop.
factory :post do
title "Example Post"
body "This is the body of the example post"
meta { { version: 2 } }
# or
meta({ version: 2 })
created_at "2012-06-01 17:53:13"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment