Created
March 26, 2012 15:27
-
-
Save verdi327/2205908 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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