Revise spec context wording

This commit is contained in:
Shinya Maeda 2018-05-28 14:19:49 +09:00
parent 8bdb232b7d
commit 1972c228b9

View file

@ -830,7 +830,7 @@ describe API::Runner, :clean_gitlab_redis_shared_state do
end end
end end
context 'when job has been finished' do context 'when job has already been finished' do
before do before do
job.trace.set('Job failed') job.trace.set('Job failed')
job.drop!(:script_failure) job.drop!(:script_failure)