Add missing groups

This commit is contained in:
Chris Blanchard 2015-08-15 13:25:44 +01:00
parent c65b3223d9
commit a95dfc25ef

View file

@ -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