This website requires JavaScript.
Explore
Sign In
mirror
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
feat/fasp
mastodon
/
spec
/
fabricators
/
user_role_fabricator.rb
8 lines
119 B
Ruby
Raw
Permalink
Blame
History
# frozen_string_literal: true
Fabricator
(
:user_role
)
do
name
'MyString'
color
''
permissions
0
end
View Git Blame
Copy Permalink