Fix typos in CreateGpgSignatureWorker spec

This commit is contained in:
Peter Leitzen 2018-07-30 20:17:19 +00:00 committed by Nick Thomas
parent 1adfb156e8
commit 341d379e07
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ describe CreateGpgSignatureWorker do
subject
end
it 'can recover form exception and continue the siganture frocess' do
it 'can recover from exception and continue the signature process' do
allow(gpg_commit).to receive(:signature)
allow(Gitlab::Gpg::Commit).to receive(:new).and_return(gpg_commit)
allow(Gitlab::Gpg::Commit).to receive(:new).with(commits.first).and_raise(StandardError)