user_role_fabricator.rb 88 B

12345
  1. Fabricator(:user_role) do
  2. name "MyString"
  3. color ""
  4. permissions 0
  5. end