Commit 201179d9 authored by Nick Thomas's avatar Nick Thomas

CE->EE: Fix conflicts in spec/uploaders/job_artifact_uploader_spec.rb

parent dc4dd1d2
...@@ -11,7 +11,6 @@ describe JobArtifactUploader do ...@@ -11,7 +11,6 @@ describe JobArtifactUploader do
store_dir: %r[\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z], store_dir: %r[\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z],
cache_dir: %r[artifacts/tmp/cache], cache_dir: %r[artifacts/tmp/cache],
work_dir: %r[artifacts/tmp/work] work_dir: %r[artifacts/tmp/work]
<<<<<<< HEAD
context "object store is REMOTE" do context "object store is REMOTE" do
before do before do
...@@ -23,8 +22,6 @@ describe JobArtifactUploader do ...@@ -23,8 +22,6 @@ describe JobArtifactUploader do
it_behaves_like "builds correct paths", it_behaves_like "builds correct paths",
store_dir: %r[\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z] store_dir: %r[\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z]
end end
=======
>>>>>>> upstream/master
context 'file is stored in valid local_path' do context 'file is stored in valid local_path' do
let(:file) do let(:file) do
......
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