about summary refs log blame commit diff
path: root/spec/fabricators/user_role_fabricator.rb
blob: 28f76c8c4744df4ab22376d762ed928f20b5ad24 (plain) (tree)
1
2
3
4
5



                         
Fabricator(:user_role) do
  name        "MyString"
  color       "MyString"
  permissions ""
end