UX: group pages should not show Messages tab to unauthorised users (#4318)

This commit is contained in:
Arpit Jalan
2016-07-09 00:50:04 +05:30
committed by GitHub
parent f7c303c82e
commit c626558d36
4 changed files with 22 additions and 8 deletions

View File

@ -34,6 +34,7 @@ describe Admin::GroupsController do
"incoming_email"=>nil,
"notification_level"=>2,
"has_messages"=>false,
"is_member"=>true,
"mentionable"=>false
}])
end