This commit is contained in:
Dzmitry Plashchynski
2015-03-24 23:25:38 +02:00
parent 2ec9cfa829
commit 2d72020ac4

View File

@@ -40,7 +40,7 @@ describe Crono::Job do
expect(failing_job.healthy).to be false expect(failing_job.healthy).to be false
end end
it 'should set @_crono_job variable to instance' do xit 'should set @_crono_job variable to instance' do
job.perform job.perform
end end
end end