Commit 4070bca8 authored by Shinya Maeda's avatar Shinya Maeda

Chnage described_class::LOCAL_STORE to ObjectStorage::Store::LOCAL in ee spec

parent 2210ec90
require 'spec_helper'
describe JobArtifactUploader do
let(:store) { described_class::LOCAL_STORE }
let(:store) { ObjectStorage::Store::LOCAL }
let(:job_artifact) { create(:ci_job_artifact, file_store: store) }
let(:uploader) { described_class.new(job_artifact, :file) }
......
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