Commit 341d379e authored by Peter Leitzen's avatar Peter Leitzen Committed by Nick Thomas

Fix typos in CreateGpgSignatureWorker spec

parent 1adfb156
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment