Commit 4099ebae authored by Ian Baum's avatar Ian Baum

Resolving conflict with spec/uploaders/job_artifcat_uploader_spec.rb

parent f6e4df21
......@@ -12,7 +12,6 @@ describe JobArtifactUploader do
cache_dir: %r[artifacts/tmp/cache],
work_dir: %r[artifacts/tmp/work]
<<<<<<< HEAD
context "object store is REMOTE" do
before do
stub_artifacts_object_storage
......@@ -24,8 +23,6 @@ describe JobArtifactUploader do
store_dir: %r[\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z]
end
=======
>>>>>>> upstream/master
describe '#open' do
subject { uploader.open }
......
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