diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-07-04 19:06:34 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-07-04 19:06:34 +0800 |
commit | 79d7e71487db07926065f17c0430df2e8a9fc574 (patch) | |
tree | a82a497a352f1382990a5d0bbfcf79f8276734d1 /spec/requests | |
parent | 7cc6a703f6fdec3aba3dfe857624dc3ad54ad7cf (diff) | |
download | gitlab-ce-79d7e71487db07926065f17c0430df2e8a9fc574.tar.gz |
Use describe rather than context, feedback from:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964#note_12861588
Diffstat (limited to 'spec/requests')
-rw-r--r-- | spec/requests/ci/api/builds_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/ci/api/builds_spec.rb b/spec/requests/ci/api/builds_spec.rb index 6b64a16404f..89cb60bdd0b 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 = |