Guest User

Untitled

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Failures:
  2.  
  3. 1) ActivityPointStrategy::Job job control should detect that no other job is scheduled
  4. Failure/Error: assert !Job.scheduled?
  5. Test::Unit::AssertionFailedError:
  6. <false> is not true.
  7. # (eval):2:in `send'
  8. # (eval):2:in `assert'
  9. # ./spec/models/activity_point_strategy/job_spec.rb:20
  10.  
  11. 2) ActivityPointStrategy::Job job control should enqueue a respawner after its run
  12. Failure/Error: Delayed::Job.count.should eq(1)
  13.  
  14. expected 1
  15. got 2
  16.  
  17. (compared using ==)
  18. # ./spec/models/activity_point_strategy/job_spec.rb:33
  19.  
  20. 3) TransactionStrategy::Job job control should detect that no other job is scheduled
  21. Failure/Error: assert !Job.scheduled?
  22. Test::Unit::AssertionFailedError:
  23. <false> is not true.
  24. # (eval):2:in `send'
  25. # (eval):2:in `assert'
  26. # ./spec/models/transaction_strategy/job_spec.rb:19
  27.  
  28. 4) TransactionStrategy::Job job control should enqueue a respawner after its run
  29. Failure/Error: Delayed::Job.count.should eq(1)
  30.  
  31. expected 1
  32. got 2
  33.  
  34. (compared using ==)
  35. # ./spec/models/transaction_strategy/job_spec.rb:32
  36.  
  37. Finished in 584.72 seconds
  38. 1316 examples, 4 failures, 138 pending
Add Comment
Please, Sign In to add comment