mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Add missing groups
This commit is contained in:
parent
9c1d52c564
commit
5a3be391f3
1 changed files with 10 additions and 0 deletions
|
@ -9,4 +9,14 @@ FactoryGirl.define do
|
|||
name "Admins"
|
||||
id Group::ADMINS
|
||||
end
|
||||
|
||||
trait :champions do
|
||||
name "Champions"
|
||||
id Group::CHAMPIONS
|
||||
end
|
||||
|
||||
trait :donors do
|
||||
name "Donors"
|
||||
id Group::DONORS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue