Skip to content

Instantly share code, notes, and snippets.

@verdi327
Created March 26, 2012 15:27
Show Gist options
  • Save verdi327/2205908 to your computer and use it in GitHub Desktop.
Save verdi327/2205908 to your computer and use it in GitHub Desktop.
Fabricator(:customer, :class_name => "SalesEngine::Customer") do
id "1"
first_name "Eliezer"
last_name "Lemke"
created_at "2012-02-26 20:56:56 UTC"
updated_at "2012-02-26 20:56:56 UTC"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment