Commit 04c1f740 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Refactor package graphql specs

remove uneeded license specific context
parent d9983961
...@@ -28,7 +28,6 @@ RSpec.describe 'getting a package list for a project' do ...@@ -28,7 +28,6 @@ RSpec.describe 'getting a package list for a project' do
) )
end end
context 'without the need for a license' do
context 'when user has access to the project' do context 'when user has access to the project' do
before do before do
project.add_reporter(current_user) project.add_reporter(current_user)
...@@ -65,5 +64,4 @@ RSpec.describe 'getting a package list for a project' do ...@@ -65,5 +64,4 @@ RSpec.describe 'getting a package list for a project' do
expect(graphql_data['project']).to be_nil expect(graphql_data['project']).to be_nil
end end
end end
end
end end
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