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
end
context 'with group' do
let!(:project) { create(:empty_project,
let!(:project) do
create(:empty_project,
name: 'project',
path: 'project',
builds_access_level: ProjectFeature::DISABLED,
issues_access_level: ProjectFeature::DISABLED,
group: create(:group)) }
group: create(:group))
end
it 'has group labels' do
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