Skip to content
Snippets Groups Projects
Commit 341d379e authored by Peter Leitzen's avatar Peter Leitzen Committed by Nick Thomas
Browse files

Fix typos in CreateGpgSignatureWorker spec

parent 1adfb156
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment