FEATURE: group can grant a trust level when a user is added

This commit is contained in:
Neil Lalonde
2015-09-01 16:52:05 -04:00
parent f2fa7a39be
commit 1bd0f5b015
11 changed files with 52 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ describe Admin::GroupsController do
"automatic_membership_email_domains"=>nil,
"automatic_membership_retroactive"=>false,
"title"=>nil,
"primary_group"=>false
"primary_group"=>false,
"grant_trust_level"=>nil
}])
end