mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add/remove members and invitations (#1744)
* Add/remove members and invitations * Lint
This commit is contained in:
10
test/fixtures/invitations.yml
vendored
10
test/fixtures/invitations.yml
vendored
@@ -17,3 +17,13 @@ two:
|
||||
created_at: <%= Time.current %>
|
||||
updated_at: <%= Time.current %>
|
||||
expires_at: <%= 3.days.from_now %>
|
||||
|
||||
other_family:
|
||||
email: "other@example.com"
|
||||
token: "valid-token-789"
|
||||
role: "member"
|
||||
inviter: empty
|
||||
family: empty
|
||||
created_at: <%= Time.current %>
|
||||
updated_at: <%= Time.current %>
|
||||
expires_at: <%= 3.days.from_now %>
|
||||
|
||||
Reference in New Issue
Block a user