user_role_fabricator.rb 96 B

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