1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 07:06:34 +09:00
YuruToot/spec/fabricators/user_role_fabricator.rb

8 lines
119 B
Ruby

# frozen_string_literal: true
Fabricator(:user_role) do
name 'MyString'
color ''
permissions 0
end