Skip to content
Snippets Groups Projects
Commit 45668ed0 authored by Fabio Papa's avatar Fabio Papa
Browse files

Remove an example that is no longer necessary

parent 0b708e5d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -994,13 +994,4 @@ describe Group do
expect(group.project_creation_level).to eq(Gitlab::CurrentSettings.default_project_creation)
end
end
describe 'subgroup_creation_level' do
it 'outputs the default one if it is nil' do
group = create(:group, subgroup_creation_level: nil)
expect(group.subgroup_creation_level)
.to eq(::Gitlab::Access::MAINTAINER_SUBGROUP_ACCESS)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment