Commit 723e5767 authored by James Lopez's avatar James Lopez Committed by Douglas Barbosa Alexandre

fix rubocop warning

parent 77b7bfd4
...@@ -120,12 +120,14 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do ...@@ -120,12 +120,14 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do
end end
context 'with group' do context 'with group' do
let!(:project) { create(:empty_project, let!(:project) do
create(:empty_project,
name: 'project', name: 'project',
path: 'project', path: 'project',
builds_access_level: ProjectFeature::DISABLED, builds_access_level: ProjectFeature::DISABLED,
issues_access_level: ProjectFeature::DISABLED, issues_access_level: ProjectFeature::DISABLED,
group: create(:group)) } group: create(:group))
end
it 'has group labels' do it 'has group labels' do
restored_project_json restored_project_json
......
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