FEATURE: add flair to avatars using new settings in the groups admin UI

This commit is contained in:
Neil Lalonde
2016-08-16 12:34:04 -04:00
parent 72d7c055f4
commit d079f69b7b
18 changed files with 195 additions and 9 deletions

View File

@ -35,7 +35,9 @@ describe Admin::GroupsController do
"notification_level"=>2,
"has_messages"=>false,
"is_member"=>true,
"mentionable"=>false
"mentionable"=>false,
"flair_url"=>nil,
"flair_bg_color"=>nil
}])
end