Commit 04d6ac2f authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/uploaders/job_artifact_uploader_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 04d87af7
......@@ -14,7 +14,6 @@ describe JobArtifactUploader do
context 'when using local storage' do
it { is_expected.to start_with(local_path) }
it { is_expected.to match(%r{\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z}) }
<<<<<<< HEAD
it { is_expected.to end_with(path) }
end
......@@ -26,8 +25,6 @@ describe JobArtifactUploader do
end
it { is_expected.to match(%r{\h{2}/\h{2}/\h{64}/\d{4}_\d{1,2}_\d{1,2}/\d+/\d+\z}) }
=======
>>>>>>> upstream/master
it { is_expected.to end_with(path) }
end
end
......
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