mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | adds tests & validations to client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user