remove unnecessary :js option in download_spec

This commit is contained in:
Mike Greiling 2017-10-23 17:37:58 +03:00
parent a92693df77
commit 1ad8a42eff
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -1,6 +1,6 @@
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) }