This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-07-05 02:41:40 +02:00
|
|
|
Fabricator(:user_role) do
|
2023-02-18 23:38:14 +01:00
|
|
|
name 'MyString'
|
|
|
|
color ''
|
2023-01-25 19:55:40 +01:00
|
|
|
permissions 0
|
|
|
|
end
|