Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created July 5, 2012 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save joshuaclayton/3056591 to your computer and use it in GitHub Desktop.
Save joshuaclayton/3056591 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