Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. "error"
  2. .**.*..************FFFFF
  3.  
  4. Pending:
  5. Fundraiser validations should have a Review Goal between $1 and $10,000 (Not Yet Implemented)
  6. Called from ./spec/models/fundraiser_spec.rb:54
  7. Fundraiser validations should have a Start Date equal to the date applied or later (Not Yet Implemented)
  8. Called from ./spec/models/fundraiser_spec.rb:56
  9. Fundraiser validations should have a description no longer than 1000 characters (Not Yet Implemented)
  10. Called from ./spec/models/fundraiser_spec.rb:63
  11. Fundraiser validations should have a number of First Reviews (Not Yet Implemented)
  12. Called from ./spec/models/fundraiser_spec.rb:77
  13. Fundraiser validations should have a number of Second-Fourth Reviews (Not Yet Implemented)
  14. Called from ./spec/models/fundraiser_spec.rb:78
  15. Fundraiser validations should have a number of Total Reviews (Not Yet Implemented)
  16. Called from ./spec/models/fundraiser_spec.rb:79
  17. Fundraiser validations should have an Amount raised from First Reviews (Not Yet Implemented)
  18. Called from ./spec/models/fundraiser_spec.rb:80
  19. Fundraiser validations should have an Amount raised from Second through Forth reviews (Not Yet Implemented)
  20. Called from ./spec/models/fundraiser_spec.rb:81
  21. Fundraiser validations should have a Total Amount equal to sum of the amounts raised from First reviews plus Second through Forth reviews (Not Yet Implemented)
  22. Called from ./spec/models/fundraiser_spec.rb:82
  23. Fundraiser.find_currently_active orders by start date (Not Yet Implemented)
  24. Called from ./spec/models/fundraiser_spec.rb:91
  25. Fundraiser.find_currently_active returns active fundraisers (Not Yet Implemented)
  26. Called from ./spec/models/fundraiser_spec.rb:92
  27. Fundraiser.find_currently_active returns fundraisers closed in the past 8 days (Not Yet Implemented)
  28. Called from ./spec/models/fundraiser_spec.rb:93
  29. Fundraiser.find_currently_active excludes fundraisers opened in the next 2 days? (Not Yet Implemented)
  30. Called from ./spec/models/fundraiser_spec.rb:94
  31. Fundraiser.ending_in_month orders by start date (Not Yet Implemented)
  32. Called from ./spec/models/fundraiser_spec.rb:98
  33. Fundraiser.ending_in_week orders by start date (Not Yet Implemented)
  34. Called from ./spec/models/fundraiser_spec.rb:102
  35.  
  36. 1)
  37. NoMethodError in 'Fundraiser#join leaves other fundraiser'
  38. undefined method `[]' for #<Enumerable::Enumerator:0x172206c>
  39. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:184:in `cache_key'
  40. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb:41:in `expire_cache'
  41. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:242:in `expire_cache'
  42. /Users/benyee/Code/ip/trunk/app/models/fundraiser_member.rb:72:in `expire!'
  43. /Users/benyee/Code/ip/trunk/app/models/fundraiser.rb:639:in `join'
  44. ./spec/models/fundraiser_spec.rb:115:
  45. script/spec:4:
  46.  
  47. 2)
  48. NoMethodError in 'Fundraiser#leave should not modify existing fundraiser reviews if fundraiser is over'
  49. undefined method `[]' for #<Enumerable::Enumerator:0x2371bd8>
  50. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:184:in `cache_key'
  51. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb:41:in `expire_cache'
  52. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:242:in `expire_cache'
  53. /Users/benyee/Code/ip/trunk/app/models/fundraiser_member.rb:72:in `expire!'
  54. /Users/benyee/Code/ip/trunk/app/models/fundraiser.rb:639:in `join'
  55. ./spec/models/fundraiser_spec.rb:139:
  56. script/spec:4:
  57.  
  58. 3)
  59. NoMethodError in 'Fundraiser#leave should make membership not current'
  60. undefined method `[]' for #<Enumerable::Enumerator:0x22f6640>
  61. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:184:in `cache_key'
  62. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb:41:in `expire_cache'
  63. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:242:in `expire_cache'
  64. /Users/benyee/Code/ip/trunk/app/models/fundraiser_member.rb:72:in `expire!'
  65. /Users/benyee/Code/ip/trunk/app/models/fundraiser.rb:639:in `join'
  66. ./spec/models/fundraiser_spec.rb:163:
  67. script/spec:4:
  68.  
  69. 4)
  70. NoMethodError in 'Fundraiser#reevaluate_all_reviews should only return reviews between start date and end date'
  71. undefined method `[]' for #<Enumerable::Enumerator:0x21597ec>
  72. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:184:in `cache_key'
  73. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb:41:in `expire_cache'
  74. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:242:in `expire_cache'
  75. /Users/benyee/Code/ip/trunk/app/models/fundraiser_member.rb:72:in `expire!'
  76. /Users/benyee/Code/ip/trunk/app/models/fundraiser.rb:639:in `join'
  77. ./spec/models/fundraiser_spec.rb:185:
  78. script/spec:4:
  79.  
  80. 5)
  81. NoMethodError in 'Fundraiser#reevaluate_all_reviews should not reassign reviews to other fundraisers'
  82. undefined method `[]' for #<Enumerable::Enumerator:0x209156c>
  83. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:184:in `cache_key'
  84. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb:41:in `expire_cache'
  85. /Users/benyee/Code/ip/trunk/vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb:242:in `expire_cache'
  86. /Users/benyee/Code/ip/trunk/app/models/fundraiser_member.rb:72:in `expire!'
  87. /Users/benyee/Code/ip/trunk/app/models/fundraiser.rb:639:in `join'
  88. ./spec/models/fundraiser_spec.rb:206:
  89. script/spec:4:
  90.  
  91. Finished in 1.251274 seconds
  92.  
  93. 24 examples, 5 failures, 15 pending
Add Comment
Please, Sign In to add comment