Commit 1ad8a42e authored by Mike Greiling's avatar Mike Greiling

remove unnecessary :js option in download_spec

parent a92693df
require 'spec_helper'
feature 'Download artifact', :js do
feature 'Download artifact' do
let(:project) { create(:project, :public) }
let(:pipeline) { create(:ci_empty_pipeline, status: :success, project: project) }
let(:job) { create(:ci_build, :artifacts, :success, 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