Guest User

Untitled

a guest
Jan 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ## Tests with Rails Stack
  2.  
  3. Loaded suite unit/mud_notification_test
  4. Started
  5.  
  6. MudNotificationTest:
  7. PASS bugs return custom bug message (0.10s)
  8. PASS chores return custom chore message (0.00s)
  9. PASS estimate of zero has custom message (0.00s)
  10. PASS message index returns max messages size when index should exceed message size (0.00s)
  11. PASS message index returns middle when estimate and work hours are equal (0.00s)
  12. PASS severe underestimation results in weakest damage message (0.00s)
  13. PASS story with perfect estimate generates correct message (0.00s)
  14.  
  15. Finished in 0.108836 seconds.
  16.  
  17. 7 tests, 7 assertions, 0 failures, 0 errors, 0 skips
  18.  
  19. real 0m8.579s
  20. user 0m7.027s
  21. sys 0m1.317s
  22.  
  23. ## Tests No Rails
  24.  
  25.  
  26. Loaded suite unit/mud_notification_test
  27. Started
  28. .......
  29. Finished in 0.002641 seconds.
  30.  
  31. 7 tests, 7 assertions, 0 failures, 0 errors, 0 skips
  32.  
  33. Test run options: --seed 60386
  34.  
  35. real 0m0.458s
  36. user 0m0.269s
  37. sys 0m0.102s
Add Comment
Please, Sign In to add comment