mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 08:41:25 +08:00
FEATURE: Add Group#full_name
.
This commit is contained in:
@ -41,7 +41,8 @@ describe Admin::GroupsController do
|
||||
"bio_raw"=>nil,
|
||||
"bio_cooked"=>nil,
|
||||
"public"=>false,
|
||||
"allow_membership_requests"=>false
|
||||
"allow_membership_requests"=>false,
|
||||
"full_name"=>group.full_name
|
||||
}])
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user