Skip to content

Instantly share code, notes, and snippets.

View galliani's full-sized avatar

Galih Muhammad galliani

View GitHub Profile
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