Louis | Add dummy data generator

This commit is contained in:
Loos
2014-09-17 22:18:14 -04:00
parent c95a625c5e
commit e010f7081b
4 changed files with 76 additions and 8 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
FactoryGirl.define do
factory :client do
factory :random_client do
first_name "John"
last_name "Doe"
application_date Date.new(2010, 03, 02)
gender "Male"
end
end