init
This commit is contained in:
0
test/fixtures/.keep
vendored
Normal file
0
test/fixtures/.keep
vendored
Normal file
10
test/fixtures/child.yml
vendored
Normal file
10
test/fixtures/child.yml
vendored
Normal 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
44
test/fixtures/person.yml
vendored
Normal 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
|
Reference in New Issue
Block a user