Fix job saving

This commit is contained in:
Dzmitry Plashchynski
2016-06-24 13:33:57 +03:00
parent e1c143db60
commit de070d5bfa
4 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,6 @@ describe Crono::Job do
@crono_job = Crono::CronoJob.find_by(job_id: job.job_id)
expect(@crono_job.last_performed_at.utc.to_s).to be_eql job.last_performed_at.utc.to_s
expect(@crono_job.healthy).to be true
expect(@crono_job.args).to eq '[{"some":"data"}]'
end
it 'should save and truncate job log' do