Commit f6d8b976 authored by Stan Hu's avatar Stan Hu

Merge branch '12227-fixes-groups-specs-on-mysql' into 'master'

Fixes broken group specs on MySQL

Closes #12227

See merge request gitlab-org/gitlab-ee!14198
parents 6896fc3b 75a89d53
......@@ -91,7 +91,7 @@ describe GroupsController, type: :request do
end
end
context 'subgroup' do
context 'subgroup', :nested_groups do
let(:group) { create(:group, :nested) }
it 'does not create ip restriction' do
......
......@@ -33,7 +33,7 @@ describe 'groups/edit.html.haml' do
end
end
context 'subgroup' do
context 'subgroup', :nested_groups do
let(:group) { create(:group, :nested) }
before 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