mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
FEATURE: selectable avatars
This commit is contained in:
@ -73,6 +73,12 @@ describe SiteSettings::TypeSupervisor do
|
||||
it "'username' should be at 15th position" do
|
||||
expect(SiteSettings::TypeSupervisor.types[:username]).to eq(15)
|
||||
end
|
||||
it "'category' should be at 16th position" do
|
||||
expect(SiteSettings::TypeSupervisor.types[:category]).to eq(16)
|
||||
end
|
||||
it "'uploaded_image_list' should be at 17th position" do
|
||||
expect(SiteSettings::TypeSupervisor.types[:uploaded_image_list]).to eq(17)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user