Skip to content

Instantly share code, notes, and snippets.

@knwang
Created October 5, 2011 00:18
Show Gist options
  • Save knwang/1263233 to your computer and use it in GitHub Desktop.
Save knwang/1263233 to your computer and use it in GitHub Desktop.
Proofing_oven: Candidate Fabricator
Fabricator(:candidate) do
first_name "John"
last_name "Doe"
phone "555-222-3333"
email "johndoe@example.com"
github "moo"
twitter "chirp"
local true
willing_to_relocate false
added_on "2009-01-22"
status "pending"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment