This commit is contained in:
2015-09-12 15:37:05 -05:00
commit cb7e47a466
77 changed files with 1374 additions and 0 deletions

0
test/fixtures/.keep vendored Normal file
View File

10
test/fixtures/child.yml vendored Normal file
View File

@ -0,0 +1,10 @@
---
kyle:
first_name: Kyle
last_name: Kerfer
sally:
first_name: Sally
last_name: Smith
nemo:
first_name: Nemo
last_name: Smith

44
test/fixtures/person.yml vendored Normal file
View File

@ -0,0 +1,44 @@
---
admin:
first_name: admin
last_name: user
email: admin.user@mailinator.com
phone: 5005550006
admin: true
basic:
first_name: basic
last_name: user
email: basic.user@mailinator.com
phone: 5005550001
staff: true
wanda:
first_name: Wanda
last_name: Worker
email: wonda.worker@mailinator.com
phone: 5005550006
staff: true
steve:
first_name: Steve
last_name: Worker
email: steve.worker@mailinator.com
phone: 5005550006
staff: true
kimmy:
first_name: Kimmy
last_name: Kerfer
email: kimmy.kerfer@mailinator.com
phone: 5005550006
staff: true
children: kyle
marlin:
first_name: Marlin
last_name: Smith
email: marlin.smith@mailinator.com
phone: 5005550006
children: sally, nemo
sarah:
first_name: Sarah
last_name: Smith
email: marlin.smith@mailinator.com
phone: 5005550006
children: sally, nemo