Commit 747914db authored by Rémy Coutable's avatar Rémy Coutable

Fix spec/lib/gitlab/path_regex_spec.rb:181

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent b7144637
......@@ -155,12 +155,14 @@ describe Gitlab::PathRegex do
end
let(:ee_paths_after_group_id) do
%w(analytics
ldap
ldap_group_links
notification_setting
audit_events
pipeline_quota hooks)
%w[audit_events
analytics
ldap
ldap_group_links
notification_setting
pipeline_quota hooks
subgroups
]
end
describe 'TOP_LEVEL_ROUTES' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment