提交 341d379e 编写于 作者: P Peter Leitzen 提交者: Nick Thomas

Fix typos in CreateGpgSignatureWorker spec

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册