Skip to content

Commit

Permalink
Fix missing mock in ProcessingJob spec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkza committed Jul 26, 2016
1 parent e22c3fe commit 02a9fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/jobs/processing_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
Processor::Aggregator.expects(:perform)
Processor::CompoundResultCalculator.expects(:perform)
Processor::Interpreter.expects(:perform)

periodic_processing.expects(:update).with(state: "READY")
end

it 'should process the repository periodically' do
Expand Down

0 comments on commit 02a9fc3

Please sign in to comment.