Commit 8b58092f authored by Nick Thomas's avatar Nick Thomas

Fix a rubocop failure in spec/requests/api/jobs_spec.rb

parent 93e86da1
...@@ -237,7 +237,6 @@ describe API::Jobs, :api do ...@@ -237,7 +237,6 @@ describe API::Jobs, :api do
end end
end end
describe 'GET /projects/:id/artifacts/:ref_name/download?job=name' do describe 'GET /projects/:id/artifacts/:ref_name/download?job=name' do
let(:api_user) { reporter } let(:api_user) { reporter }
let(:job) { create(:ci_build, :artifacts, pipeline: pipeline) } let(:job) { create(:ci_build, :artifacts, pipeline: pipeline) }
......
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