Description:
updated runner_spec git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@418 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r77:b0f4f829e914 - - 1 file changed: 1 inserted, 1 deleted

@@ -28,7 +28,7
28 28
29 29 submission.should_receive(:graded_at=)
30 30 submission.should_receive(:points=).with(135)
31 - submission.should_receive(:grader_comment=).with(/^PASSED/)
31 + submission.should_receive(:grader_comment=).with("[PP][PPPPP][PPP]")
32 32 submission.should_receive(:compiler_message=).with('')
33 33 submission.should_receive(:save)
34 34
You need to be logged in to leave comments. Login now