about summary refs log tree commit diff
path: root/spec/fabricators/user_role_fabricator.rb
blob: ed0a7dc1f3e56aafbf4b780e142017d677ec1b42 (plain) (blame)
1
2
3
4
5
Fabricator(:user_role) do
  name        "MyString"
  color       ""
  permissions 0
end