1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-29 10:09:39 +02:00
Maybe/test/fixtures/invitations.yml

20 lines
461 B
YAML
Raw Normal View History

one:
email: "test@example.com"
token: "valid-token-123"
role: "member"
inviter: family_admin
family: dylan_family
created_at: <%= Time.current %>
updated_at: <%= Time.current %>
expires_at: <%= 3.days.from_now %>
two:
email: "another@example.com"
token: "valid-token-456"
role: "admin"
inviter: family_admin
family: dylan_family
created_at: <%= Time.current %>
updated_at: <%= Time.current %>
expires_at: <%= 3.days.from_now %>