Lines Matching refs:retry_failed
25 context 'retry_failed' do
27 allow_any_instance_of(ProofAttempt).to receive(:retry_failed)
28 expect_any_instance_of(ProofAttempt).to receive(:retry_failed)
30 post :retry_failed,
74 context 'retry_failed' do
76 allow_any_instance_of(ProofAttempt).to receive(:retry_failed)
77 expect_any_instance_of(ProofAttempt).not_to receive(:retry_failed)
79 post :retry_failed,
109 context 'retry_failed' do
111 allow_any_instance_of(ProofAttempt).to receive(:retry_failed)
112 expect_any_instance_of(ProofAttempt).not_to receive(:retry_failed)
114 post :retry_failed,