This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
8e34673487
mastodon
/
spec
/
fabricators
/
user_role_fabricator.rb
8 lines
119 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 00:55:31 +00:00
# frozen_string_literal: true
Add customizable user roles (#18641) * Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2022-07-05 00:41:40 +00:00
Fabricator
(
:user_role
)
do
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 22:38:14 +00:00
name
'MyString'
color
''
Add `roles` attribute to Account entities in REST API (#23255)
2023-01-25 18:55:40 +00:00
permissions
0
end