diff --git a/spec/workers/create_gpg_signature_worker_spec.rb b/spec/workers/create_gpg_signature_worker_spec.rb index 647a4bcc18ea4d48af742d4fab69ee9b2b271e69..502765e97862a2c03efa808f124fb89b0c4b8b48 100644 --- a/spec/workers/create_gpg_signature_worker_spec.rb +++ b/spec/workers/create_gpg_signature_worker_spec.rb @@ -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)