mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-22 18:23:18 +00:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
Fabricator(:user_role) do
|
|
name "MyString"
|
|
color ""
|
|
permissions 0
|
|
end
|