Commit c3c2d3e6 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 93d3de9a
......@@ -151,13 +151,10 @@ describe Ci::Build do
let!(:build) { create(:ci_build, :artifacts, :expired) }
it { is_expected.to be_falsy }
<<<<<<< HEAD
=======
end
context 'is not expired' do
it { is_expected.to be_truthy }
>>>>>>> upstream/master
end
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