Commit c20610f7 authored by Ian Baum's avatar Ian Baum

Resolving conflict in spec/models/ci/job_artifact_spec.rb

parent 8334b393
......@@ -15,7 +15,6 @@ describe Ci::JobArtifact do
it { is_expected.to delegate_method(:open).to(:file) }
it { is_expected.to delegate_method(:exists?).to(:file) }
<<<<<<< HEAD
describe 'callbacks' do
subject { create(:ci_job_artifact, :archive) }
......@@ -74,8 +73,6 @@ describe Ci::JobArtifact do
end
end
=======
>>>>>>> upstream/master
describe '#set_size' do
it 'sets the size' do
expect(artifact.size).to eq(106365)
......
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