mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:20:54 +08:00
FEATURE: Allow group owners to edit title.
This commit is contained in:
@ -47,7 +47,8 @@ describe "Groups" do
|
||||
flair_bg_color: 'FFF',
|
||||
flair_color: 'BBB',
|
||||
flair_url: 'fa-adjust',
|
||||
bio_raw: 'testing'
|
||||
bio_raw: 'testing',
|
||||
title: 'awesome team'
|
||||
} }
|
||||
|
||||
expect(response).to be_success
|
||||
@ -58,6 +59,7 @@ describe "Groups" do
|
||||
expect(group.flair_color).to eq('BBB')
|
||||
expect(group.flair_url).to eq('fa-adjust')
|
||||
expect(group.bio_raw).to eq('testing')
|
||||
expect(group.title).to eq('awesome team')
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user