Use describe rather than context, feedback from:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964#note_12861588
This commit is contained in:
parent
7cc6a703f6
commit
79d7e71487
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue