Commit f5f45221 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/models/ci/build_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d2e29cd1
...@@ -172,7 +172,6 @@ describe Ci::Build do ...@@ -172,7 +172,6 @@ describe Ci::Build do
it { is_expected.to be_falsy } it { is_expected.to be_falsy }
end end
<<<<<<< HEAD
end end
end end
end end
...@@ -183,8 +182,6 @@ describe Ci::Build do ...@@ -183,8 +182,6 @@ describe Ci::Build do
context 'artifacts metadata does not exist' do context 'artifacts metadata does not exist' do
before do before do
build.update_attributes(legacy_artifacts_metadata: nil) build.update_attributes(legacy_artifacts_metadata: nil)
=======
>>>>>>> upstream/master
end end
it { is_expected.to be_falsy } it { is_expected.to be_falsy }
......
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