Commit e7ddcbd9 authored by Sean McGivern's avatar Sean McGivern

Merge branch '11732-fix-failing-ee-spec' into 'master'

Fix failing spec: ee/spec/models/project_spec.rb

Closes #11732

See merge request gitlab-org/gitlab-ee!13228
parents 15ecf5d3 2a09fd85
......@@ -613,7 +613,7 @@ describe Project do
end
end
describe '#shared_runners_limit_namespace' do
describe '#shared_runners_limit_namespace', :nested_groups do
set(:root_ancestor) { create(:group) }
set(:group) { create(:group, parent: root_ancestor) }
let(:project) { create(:project, namespace: group) }
......
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