user_role_fabricator.rb 119 B

1234567
  1. # frozen_string_literal: true
  2. Fabricator(:user_role) do
  3. name 'MyString'
  4. color ''
  5. permissions 0
  6. end