From 79d7e71487db07926065f17c0430df2e8a9fc574 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Mon, 4 Jul 2016 19:06:34 +0800 Subject: [PATCH] Use describe rather than context, feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964#note_12861588 --- spec/requests/ci/api/builds_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/ci/api/builds_spec.rb b/spec/requests/ci/api/builds_spec.rb index 6b64a16404..89cb60bdd0 100644 --- a/spec/requests/ci/api/builds_spec.rb +++ b/spec/requests/ci/api/builds_spec.rb @@ -305,7 +305,7 @@ describe Ci::API::API do end end - context 'should post artifact to running build' do + describe 'uploading artifacts for a running build' do shared_examples 'successful artifacts upload' do it 'updates successfully' do response_filename =