Commit 9fa86977 authored by Shinya Maeda's avatar Shinya Maeda

Fix coding offence

parent 137541c0
......@@ -14,7 +14,7 @@ describe Ci::ArchiveTraceService, '#execute' do
context 'when trace is already archived' do
let!(:job) { create(:ci_build, :success, :trace_artifact) }
it 'ignores an exception' do
expect { subject }.not_to raise_error
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