We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1a8f7 commit a57e571Copy full SHA for a57e571
1 file changed
spec/jobs/processing_job_spec.rb
@@ -29,6 +29,8 @@
29
Processor::Aggregator.expects(:perform)
30
Processor::CompoundResultCalculator.expects(:perform)
31
Processor::Interpreter.expects(:perform)
32
+
33
+ periodic_processing.expects(:update).with(state: "READY")
34
end
35
36
it 'should process the repository periodically' do
0 commit comments