Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-11-29 10:16:04 +0300
committerShinya Maeda <shinya@gitlab.com>2018-11-29 10:16:04 +0300
commit9fa869778fcb5f4445f4981dd7087f31bcbb440b (patch)
tree596084582345c8113679c59955ddd8e7e1f653ea /spec/services
parent137541c0414c0cf93170221d11e6a75ed9d89b19 (diff)
Fix coding offence
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/ci/archive_trace_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/ci/archive_trace_service_spec.rb b/spec/services/ci/archive_trace_service_spec.rb
index 989aab60113..8e9cb65f3bc 100644
--- a/spec/services/ci/archive_trace_service_spec.rb
+++ b/spec/services/ci/archive_trace_service_spec.rb
@@ -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