lk | adds tests & validations to client

This commit is contained in:
Loos
2015-04-16 09:12:55 -05:00
parent 9e1f397fd7
commit 6b2a824f66
4 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
FactoryGirl.define do
factory :random_client do
factory :client do
first_name "John"
last_name "Doe"
application_date Date.new(2010, 03, 02)
gender "Male"
end
end