mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add simple-list setting type (#9970)
This commit is contained in:
@@ -88,6 +88,9 @@ describe SiteSettings::TypeSupervisor do
|
||||
it "'color' should be at the right position" do
|
||||
expect(SiteSettings::TypeSupervisor.types[:color]).to eq(22)
|
||||
end
|
||||
it "'simple_list' should be at the right position" do
|
||||
expect(SiteSettings::TypeSupervisor.types[:simple_list]).to eq(23)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user