Guest User

Untitled

a guest
Jan 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.77 KB | None | 0 0
  1. goyox86@Goyox86s-MacBook ~/Code/CareShare (develop) $ be rake spec
  2. config.gem: Unpacked gem activerecord-jdbc-adapter in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
  3. config.gem: Unpacked gem activerecord-jdbc-adapter in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
  4. ./lib/opentok.rb:24: warning: already initialized constant VERSION
  5. ./lib/opentok.rb:25: warning: already initialized constant API_URL
  6. ./lib/open_tok.rb:24: warning: already initialized constant VERSION
  7. ./lib/open_tok.rb:25: warning: already initialized constant API_URL
  8. *...........................................****........................................................................FFFFF......FF.F..F............................FFF...........F...................................................F[Worker(host:Goyox86s-MacBook.local pid:29281)] RPM Monitoring DJ worker host:Goyox86s-MacBook.local pid:29281
  9. [Worker(host:Goyox86s-MacBook.local pid:29281)] Mailer.send completed after 0.2936
  10. F[Worker(host:Goyox86s-MacBook.local pid:29281)] RPM Monitoring DJ worker host:Goyox86s-MacBook.local pid:29281
  11. [Worker(host:Goyox86s-MacBook.local pid:29281)] Mailer.send completed after 0.0073
  12. F............FFF...........................................F....F.F....F......FFFFFFFFFFFFFFFFFFFFF..FFFFFFFF......*.......................F.F....F..........F.FFFF.***.F..******...F............................F.......................FFFFFFFFF...........................
  13.  
  14. Pending:
  15.  
  16. /patient_checkins/show should tell you where to find the file (TODO)
  17. ./spec/views/patient_checkins/show.html.erb_spec.rb:18
  18.  
  19. Staff::PhysiciansController showing physician should not show me a a physician if i am not in this physician's sharegroup (before filters)
  20. ./spec/controllers/staff/physicians_controller_spec.rb:6
  21.  
  22. Staff::PhysiciansController showing physician should show me a physician for an organization if i am in that organization's sharegroup (before filters)
  23. ./spec/controllers/staff/physicians_controller_spec.rb:10
  24.  
  25. Staff::PhysiciansController showing physician should redirect to a physician's public page if they do not have a membership for the org (before filters)
  26. ./spec/controllers/staff/physicians_controller_spec.rb:14
  27.  
  28. Staff::PhysiciansController showing physician should show me a physician in the org if they have a membership in the org (before filters)
  29. ./spec/controllers/staff/physicians_controller_spec.rb:18
  30.  
  31. PatientCheckinsController POST 'create' not sign in should create a new user (Hookinp up mail)
  32. ./spec/controllers/patient_checkins_controller_spec.rb:76
  33.  
  34. Staff::ReferralsController creating a referral sending emails should send email to patient being referred (Hookinp up mail)
  35. ./spec/controllers/staff/referrals_controller_spec.rb:52
  36.  
  37. Staff::ReferralsController creating a referral sending emails should send email to receiving organization (Not Yet Implemented)
  38. ./spec/controllers/staff/referrals_controller_spec.rb:69
  39.  
  40. Staff::ReferralsController creating a referral sending emails should send email to patient being referred (Hookinp up mail)
  41. ./spec/controllers/staff/referrals_controller_spec.rb:70
  42.  
  43. the checkin as new user should ask about health conditions and illnesses (TODO)
  44. ./spec/integration/checkin_spec.rb:37
  45.  
  46. the checkin as new user should ask about test and treatments (TODO)
  47. ./spec/integration/checkin_spec.rb:42
  48.  
  49. the checkin as new user should ask about my symptoms (TODO)
  50. ./spec/integration/checkin_spec.rb:51
  51.  
  52. the checkin as new user should ask for basic info (TODO)
  53. ./spec/integration/checkin_spec.rb:77
  54.  
  55. the checkin as new user should ask for contact info (TODO)
  56. ./spec/integration/checkin_spec.rb:95
  57.  
  58. the checkin as new user should ask about medications (TODO)
  59. ./spec/integration/checkin_spec.rb:107
  60.  
  61. 1)
  62. 'Referral shouldn't create a referral when host org has already sent a SharegroupInvite to guest org' FAILED
  63. expected: false,
  64. got: true (using ==)
  65. ./spec/models/referral_spec.rb:27:
  66.  
  67. 2)
  68. 'Referral shouldn't create a referral when guest org has already sent a SharegroupInvite to host org' FAILED
  69. expected: false,
  70. got: true (using ==)
  71. ./spec/models/referral_spec.rb:36:
  72.  
  73. 3)
  74. 'Referral should create a referral along with a ShareGroupInvite and keep referral's state in 'not_sent' if both receiving and sending org haven't a Sharegroup yet' FAILED
  75. expected: 1,
  76. got: 0 (using ==)
  77. ./spec/models/referral_spec.rb:47:
  78.  
  79. 4)
  80. RuntimeError in 'Referral should create a referral, keep its state in 'not_sent' and assign ShareGroupInvite if sending org has invited
  81. receiving org before'
  82. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
  83. ./spec/models/referral_spec.rb:59:
  84.  
  85. 5)
  86. RuntimeError in 'Referral should create a referral, keep its state in 'not_sent' and assign ShareGroupInvite if receiving org has invited
  87. guest org before'
  88. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
  89. ./spec/models/referral_spec.rb:71:
  90.  
  91. 6)
  92. 'CommentsController messages comments creating a message comment should reward two points when doctor replies patient' FAILED
  93. expected: 0,
  94. got: false (using ==)
  95. ./spec/controllers/comments_controller_spec.rb:187:
  96.  
  97. 7)
  98. 'CommentsController messages comments creating a message comment should not reward two points when doctor replies non patient' FAILED
  99. expected: nil,
  100. got: false (using ==)
  101. ./spec/controllers/comments_controller_spec.rb:203:
  102.  
  103. 8)
  104. ActiveRecord::RecordNotFound in 'CommentsController referrals comments creating a referral comment should create a comment with required fields'
  105. Couldn't find Referral with ID=1
  106. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:1620:in `find_one'
  107. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:1603:in `find_from_ids'
  108. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:620:in `find'
  109. /Users/goyox86/Code/CareShare/app/controllers/comments_controller.rb:58:in `setup'
  110. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `send'
  111. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `evaluate_method'
  112. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:166:in `call'
  113. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:225:in `call'
  114. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:629:in `run_before_filters'
  115. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  116. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:638:in `run_before_filters'
  117. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  118. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  119. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  120. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  121. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  122. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:635:in `run_before_filters'
  123. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  124. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  125. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  126. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  127. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  128. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  129. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  130. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  131. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  132. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
  133. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process_without_compass'
  134. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/compass-0.11.1/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process'
  135. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:567:in `process_with_test'
  136. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  137. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:403:in `post'
  138. ./spec/controllers/comments_controller_spec.rb:100:
  139. ./spec/controllers/comments_controller_spec.rb:99:
  140.  
  141. 9)
  142. ActiveRecord::RecordNotFound in 'CommentsController referrals comments creating a referral comment should not create a comment without required fields'
  143. Couldn't find Referral with ID=1
  144. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:1620:in `find_one'
  145. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:1603:in `find_from_ids'
  146. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activerecord-2.3.10/lib/active_record/base.rb:620:in `find'
  147. /Users/goyox86/Code/CareShare/app/controllers/comments_controller.rb:58:in `setup'
  148. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `send'
  149. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `evaluate_method'
  150. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:166:in `call'
  151. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:225:in `call'
  152. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:629:in `run_before_filters'
  153. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  154. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:638:in `run_before_filters'
  155. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  156. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  157. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  158. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  159. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  160. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:635:in `run_before_filters'
  161. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  162. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  163. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  164. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  165. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  166. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  167. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  168. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  169. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  170. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
  171. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process_without_compass'
  172. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/compass-0.11.1/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process'
  173. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:567:in `process_with_test'
  174. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  175. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:403:in `post'
  176. ./spec/controllers/comments_controller_spec.rb:134:
  177. ./spec/controllers/comments_controller_spec.rb:133:
  178.  
  179. 10)
  180. 'Comment should send email to a referrers' FAILED
  181. Expected sent email
  182. Deliveries:
  183.  
  184. ./spec/models/comment_spec.rb:34:
  185.  
  186. 11)
  187. 'SharegroupInvite re-sending an invite should not be valid if the host org has sent the invitation to guest org before' FAILED
  188. expected: false,
  189. got: true (using ==)
  190. ./spec/models/sharegroup_invite_spec.rb:154:
  191.  
  192. 12)
  193. 'SharegroupInvite re-sending an invite should not be valid if the host org has been invited by guest org before' FAILED
  194. expected: false,
  195. got: true (using ==)
  196. ./spec/models/sharegroup_invite_spec.rb:161:
  197.  
  198. 13)
  199. 'SharegroupInvite creating a sharegroup invite should email managers' FAILED
  200. Expected sent email
  201. Deliveries:
  202.  
  203. ./spec/models/sharegroup_invite_spec.rb:28:
  204.  
  205. 14)
  206. 'Organization creating members should create a patient and reward three points' FAILED
  207. count should have been changed by 1, but was changed by 0
  208. ./spec/models/organization_spec.rb:79:
  209.  
  210. 15)
  211. 'Organization creating members should send checkin email if signing up for checkin' FAILED
  212. count should have been changed by 1, but was changed by 0
  213. ./spec/models/organization_spec.rb:93:
  214.  
  215. 16)
  216. 'Organization creating members should send invitation email if invited' FAILED
  217. count should have been changed by 1, but was changed by 0
  218. ./spec/models/organization_spec.rb:109:
  219.  
  220. 17)
  221. NoMethodError in 'UploadsController uploading scan should reward person three points'
  222. undefined method `person' for nil:NilClass
  223. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/whiny_nil.rb:52:in `method_missing'
  224. /Users/goyox86/Code/CareShare/app/controllers/uploads_controller.rb:63:in `setup_patient'
  225. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `send'
  226. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `evaluate_method'
  227. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:166:in `call'
  228. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:225:in `call'
  229. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:629:in `run_before_filters'
  230. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  231. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:638:in `run_before_filters'
  232. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  233. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  234. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  235. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  236. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  237. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:635:in `run_before_filters'
  238. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  239. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  240. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  241. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  242. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  243. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  244. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  245. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  246. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  247. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
  248. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process_without_compass'
  249. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/compass-0.11.1/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process'
  250. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:567:in `process_with_test'
  251. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  252. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:403:in `post'
  253. ./spec/controllers/uploads_controller_spec.rb:24:
  254. ./spec/controllers/uploads_controller_spec.rb:23:
  255.  
  256. 18)
  257. NoMethodError in 'UploadsController uploading scan should send email'
  258. undefined method `person' for nil:NilClass
  259. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/whiny_nil.rb:52:in `method_missing'
  260. /Users/goyox86/Code/CareShare/app/controllers/uploads_controller.rb:63:in `setup_patient'
  261. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `send'
  262. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `evaluate_method'
  263. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:166:in `call'
  264. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:225:in `call'
  265. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:629:in `run_before_filters'
  266. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  267. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:638:in `run_before_filters'
  268. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  269. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  270. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  271. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  272. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  273. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:635:in `run_before_filters'
  274. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  275. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  276. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  277. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  278. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  279. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  280. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  281. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  282. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  283. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
  284. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process_without_compass'
  285. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/compass-0.11.1/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process'
  286. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:567:in `process_with_test'
  287. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  288. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:403:in `post'
  289. ./spec/controllers/uploads_controller_spec.rb:35:
  290.  
  291. 19)
  292. NoMethodError in 'UploadsController should show scan'
  293. undefined method `person' for nil:NilClass
  294. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/whiny_nil.rb:52:in `method_missing'
  295. /Users/goyox86/Code/CareShare/app/controllers/uploads_controller.rb:63:in `setup_patient'
  296. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `send'
  297. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:178:in `evaluate_method'
  298. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:166:in `call'
  299. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:225:in `call'
  300. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:629:in `run_before_filters'
  301. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  302. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:638:in `run_before_filters'
  303. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  304. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  305. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  306. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  307. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  308. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:635:in `run_before_filters'
  309. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:615:in `call_filters'
  310. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  311. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  312. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  313. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  314. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  315. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  316. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  317. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  318. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
  319. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process_without_compass'
  320. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/compass-0.11.1/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process'
  321. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:567:in `process_with_test'
  322. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  323. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:398:in `get'
  324. ./spec/controllers/uploads_controller_spec.rb:47:
  325. ./spec/controllers/uploads_controller_spec.rb:46:
  326.  
  327. 20)
  328. 'Person should create an organization and owner' FAILED
  329. count should have been changed by 2, but was changed by 0
  330. ./spec/models/person_spec.rb:36:
  331.  
  332. 21)
  333. 'Person should show member-since date if member of org' FAILED
  334. expected not: == "No membership",
  335. got: "No membership"
  336. ./spec/models/person_spec.rb:75:
  337.  
  338. 22)
  339. 'Person should show my membership type for an org i'm apart of' FAILED
  340. expected: "staff",
  341. got: "No membership" (using ==)
  342. ./spec/models/person_spec.rb:90:
  343.  
  344. 23)
  345. 'Person i should not be a caregiver in an org if i am a patient' FAILED
  346. expected true to be false
  347. ./spec/models/person_spec.rb:126:
  348.  
  349. 24)
  350. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should not send a fax to invitee'
  351. uninitialized constant FakeWeb
  352. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  353. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  354. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  355. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  356. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  357. ./spec/controllers/join_invites_controller_spec.rb:13:
  358.  
  359. 25)
  360. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should not send an email to invitee'
  361. uninitialized constant FakeWeb
  362. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  363. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  364. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  365. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  366. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  367. ./spec/controllers/join_invites_controller_spec.rb:13:
  368.  
  369. 26)
  370. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should return errors on js'
  371. uninitialized constant FakeWeb
  372. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  373. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  374. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  375. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  376. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  377. ./spec/controllers/join_invites_controller_spec.rb:13:
  378.  
  379. 27)
  380. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should not send a fax to invitee'
  381. uninitialized constant FakeWeb
  382. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  383. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  384. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  385. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  386. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  387. ./spec/controllers/join_invites_controller_spec.rb:13:
  388.  
  389. 28)
  390. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should not send an email to invitee'
  391. uninitialized constant FakeWeb
  392. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  393. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  394. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  395. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  396. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  397. ./spec/controllers/join_invites_controller_spec.rb:13:
  398.  
  399. 29)
  400. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should return errors on js'
  401. uninitialized constant FakeWeb
  402. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  403. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  404. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  405. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  406. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  407. ./spec/controllers/join_invites_controller_spec.rb:13:
  408.  
  409. 30)
  410. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should not send a fax to invitee'
  411. uninitialized constant FakeWeb
  412. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  413. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  414. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  415. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  416. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  417. ./spec/controllers/join_invites_controller_spec.rb:13:
  418.  
  419. 31)
  420. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should not send an email to invitee'
  421. uninitialized constant FakeWeb
  422. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  423. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  424. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  425. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  426. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  427. ./spec/controllers/join_invites_controller_spec.rb:13:
  428.  
  429. 32)
  430. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should return errors on js'
  431. uninitialized constant FakeWeb
  432. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  433. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  434. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  435. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  436. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  437. ./spec/controllers/join_invites_controller_spec.rb:13:
  438.  
  439. 33)
  440. NameError in 'JoinInvitesController POST create when it should send a fax should create a new person for the invitee'
  441. uninitialized constant FakeWeb
  442. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  443. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  444. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  445. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  446. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  447. ./spec/controllers/join_invites_controller_spec.rb:13:
  448.  
  449. 34)
  450. NameError in 'JoinInvitesController POST create when it should send a fax should create a new person for the invitee with the right name'
  451. uninitialized constant FakeWeb
  452. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  453. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  454. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  455. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  456. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  457. ./spec/controllers/join_invites_controller_spec.rb:13:
  458.  
  459. 35)
  460. NameError in 'JoinInvitesController POST create when it should send a fax should create a join_invites association'
  461. uninitialized constant FakeWeb
  462. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  463. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  464. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  465. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  466. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  467. ./spec/controllers/join_invites_controller_spec.rb:13:
  468.  
  469. 36)
  470. NameError in 'JoinInvitesController POST create when it should send a fax should not send an email to invitee'
  471. uninitialized constant FakeWeb
  472. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  473. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  474. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  475. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  476. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  477. ./spec/controllers/join_invites_controller_spec.rb:13:
  478.  
  479. 37)
  480. NameError in 'JoinInvitesController POST create when it should send a fax should send a fax to invitee'
  481. uninitialized constant FakeWeb
  482. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  483. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  484. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  485. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  486. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  487. ./spec/controllers/join_invites_controller_spec.rb:13:
  488.  
  489. 38)
  490. NameError in 'JoinInvitesController POST create when it should send a fax should remove modal by js'
  491. uninitialized constant FakeWeb
  492. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  493. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  494. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  495. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  496. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  497. ./spec/controllers/join_invites_controller_spec.rb:13:
  498.  
  499. 39)
  500. NameError in 'JoinInvitesController POST create when it should send an email should create a new person for the invitee'
  501. uninitialized constant FakeWeb
  502. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  503. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  504. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  505. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  506. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  507. ./spec/controllers/join_invites_controller_spec.rb:13:
  508.  
  509. 40)
  510. NameError in 'JoinInvitesController POST create when it should send an email should create a new person for the invitee with the right name'
  511. uninitialized constant FakeWeb
  512. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  513. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  514. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  515. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  516. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  517. ./spec/controllers/join_invites_controller_spec.rb:13:
  518.  
  519. 41)
  520. NameError in 'JoinInvitesController POST create when it should send an email should create a join_invites association'
  521. uninitialized constant FakeWeb
  522. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  523. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  524. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  525. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  526. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  527. ./spec/controllers/join_invites_controller_spec.rb:13:
  528.  
  529. 42)
  530. NameError in 'JoinInvitesController POST create when it should send an email should send an email to invitee'
  531. uninitialized constant FakeWeb
  532. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  533. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  534. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  535. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  536. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  537. ./spec/controllers/join_invites_controller_spec.rb:13:
  538.  
  539. 43)
  540. NameError in 'JoinInvitesController POST create when it should send an email should not send a fax to invitee'
  541. uninitialized constant FakeWeb
  542. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  543. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  544. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  545. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  546. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  547. ./spec/controllers/join_invites_controller_spec.rb:13:
  548.  
  549. 44)
  550. NameError in 'JoinInvitesController POST create when it should send an email should remove modal by js'
  551. uninitialized constant FakeWeb
  552. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  553. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  554. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  555. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  556. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  557. ./spec/controllers/join_invites_controller_spec.rb:13:
  558.  
  559. 45)
  560. NameError in 'Faxage deliver results when request fails should receive update attributes with correct arguments'
  561. uninitialized constant FakeWeb
  562. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  563. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  564. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  565. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  566. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  567. ./spec/lib/faxage_spec.rb:73:
  568.  
  569. 46)
  570. NameError in 'Faxage deliver results when request is successful should receive update attributes with correct arguments'
  571. uninitialized constant FakeWeb
  572. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  573. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  574. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  575. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  576. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  577. ./spec/lib/faxage_spec.rb:62:
  578.  
  579. 47)
  580. NameError in 'Faxage deliver should post with correct values'
  581. uninitialized constant FakeWeb
  582. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  583. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  584. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  585. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  586. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  587. ./spec/lib/faxage_spec.rb:39:
  588.  
  589. 48)
  590. NameError in 'Faxage initializer should accept fax'
  591. uninitialized constant FakeWeb
  592. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  593. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  594. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  595. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  596. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  597. ./spec/lib/faxage_spec.rb:15:
  598.  
  599. 49)
  600. NameError in 'Faxage deliver class method should find fax by id and initialize'
  601. uninitialized constant FakeWeb
  602. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  603. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  604. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  605. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  606. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  607. ./spec/lib/faxage_spec.rb:15:
  608.  
  609. 50)
  610. RuntimeError in 'MembershipsController as a manager should let me remove people from my organization'
  611. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
  612. ./spec/controllers/memberships_controller_spec.rb:39:
  613. ./spec/controllers/memberships_controller_spec.rb:38:
  614.  
  615. 51)
  616. RuntimeError in 'MembershipsController as a manager should no let me remove people from other organizations'
  617. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
  618. ./spec/controllers/memberships_controller_spec.rb:54:
  619. ./spec/controllers/memberships_controller_spec.rb:53:
  620.  
  621. 52)
  622. RuntimeError in 'MembershipsController as a patient should let me check out and destroy my membership'
  623. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
  624. ./spec/controllers/memberships_controller_spec.rb:19:
  625. ./spec/controllers/memberships_controller_spec.rb:18:
  626.  
  627. 53)
  628. NoMethodError in 'PeopleController editing profile should assign an assistant if im a doctor'
  629. You have a nil object when you didn't expect it!
  630. You might have expected an instance of ActiveRecord::Base.
  631. The error occurred while evaluating nil.update_attribute
  632. ./spec/controllers/people_controller_spec.rb:109:
  633.  
  634. 54)
  635. NoMethodError in 'PeopleController editing profile should not assign an assistant unless its a manager'
  636. You have a nil object when you didn't expect it!
  637. You might have expected an instance of ActiveRecord::Base.
  638. The error occurred while evaluating nil.update_attribute
  639. ./spec/controllers/people_controller_spec.rb:133:
  640.  
  641. 55)
  642. 'PeopleController editing profile should assign certificates if i'm a caregiver' FAILED
  643. expected: false,
  644. got: true (using ==)
  645. ./spec/controllers/people_controller_spec.rb:189:
  646.  
  647. 56)
  648. 'FaxInvitesController creating a fax invite should reward three points when fax invite is sent' FAILED
  649. count should have been changed by 1, but was changed by 0
  650. ./spec/controllers/fax_invites_controller_spec.rb:23:
  651.  
  652. 57)
  653. 'Staff::ReferralsController hippa verification process for accepting referral should allow me to accept a referral if I am part of the receiving org's sharegroup' FAILED
  654. expected success? to return true, got false
  655. ./spec/controllers/staff/referrals_controller_spec.rb:110:
  656.  
  657. 58)
  658. 'Staff::ReferralsController hippa verification process for accepting referral should render the form to include reason when i want to reject a referral' FAILED
  659. expected success? to return true, got false
  660. ./spec/controllers/staff/referrals_controller_spec.rb:129:
  661.  
  662. 59)
  663. 'Staff::ReferralsController hippa verification process for accepting referral should allow me to reject a referral if I am part of the receiving org's sharegroup' FAILED
  664. expected success? to return true, got false
  665. ./spec/controllers/staff/referrals_controller_spec.rb:138:
  666.  
  667. 60)
  668. 'Staff::ReferralsController hippa verification process for accepting referral should not allow me to reject a referral without reason, if I am part of the receiving org's sharegroup' FAILED
  669. expected success? to return true, got false
  670. ./spec/controllers/staff/referrals_controller_spec.rb:157:
  671.  
  672. 61)
  673. 'Staff::ReferralsController creating a referral should allow non patient to send a referral to an organization included in his sharegroup, reward one point, and leave crumbs' FAILED
  674. count should have been changed by 1, but was changed by 0
  675. ./spec/controllers/staff/referrals_controller_spec.rb:35:
  676.  
  677. 62)
  678. NameError in 'Fax fax deliver after create should run delayed job with sucess'
  679. uninitialized constant FakeWeb
  680. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:469:in `load_missing_constant'
  681. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:106:in `rake_original_const_missing'
  682. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@global/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing_not_from_s3_library'
  683. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
  684. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  685. ./spec/models/fax_spec.rb:17:
  686. ./spec/models/fax_spec.rb:16:
  687.  
  688. 63)
  689. 'OrganizationsController creating members should create a manager with membership type staff' FAILED
  690. expected: "staff",
  691. got: "No membership" (using ==)
  692. ./spec/controllers/organizations_controller_spec.rb:51:
  693.  
  694. 64)
  695. 'Staff::SharegroupInvitesController viewing invites should be successful' FAILED
  696. expected success? to return true, got false
  697. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:175:
  698.  
  699. 65)
  700. NoMethodError in 'Staff::SharegroupInvitesController rejecting invites should not let me reject a sharegroup invite if I am not a manager of the org receiving the invite'
  701. You have a nil object when you didn't expect it!
  702. You might have expected an instance of ActiveRecord::Base.
  703. The error occurred while evaluating nil.update_attribute
  704. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:123:
  705.  
  706. 66)
  707. 'Staff::SharegroupInvitesController rejecting invites should let me reject a sharegroup invite if I am the manager of the org receiving the invite' FAILED
  708. expected: "rejected",
  709. got: "unread" (using ==)
  710. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:139:
  711.  
  712. 67)
  713. 'Staff::SharegroupInvitesController rejecting invites should switch the status from 'waiting_for_key' to 'rejected' if I am the manager of the org receiving the invite' FAILED
  714. expected: "rejected",
  715. got: "waiting_for_key" (using ==)
  716. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:151:
  717.  
  718. 68)
  719. NoMethodError in 'Staff::SharegroupInvitesController accepting invites should not let me accept a sharegroup invite if I am not a manager of the org receiving the invite'
  720. You have a nil object when you didn't expect it!
  721. You might have expected an instance of ActiveRecord::Base.
  722. The error occurred while evaluating nil.update_attribute
  723. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:59:
  724.  
  725. 69)
  726. 'Staff::SharegroupInvitesController accepting invites should switch the status from 'unread' to 'waiting_for_key' if I am the manager of the org sending the invite, not reward points, and leave crumbs' FAILED
  727. expected: "waiting_for_key",
  728. got: "unread" (using ==)
  729. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:76:
  730.  
  731. 70)
  732. 'Staff::SharegroupInvitesController accepting invites should switch the status from 'waiting_for_key' to 'accepted' if I am the manager of the org receiving the invite, reward two points, and leave crumbs' FAILED
  733. expected: "accepted",
  734. got: "waiting_for_key" (using ==)
  735. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:96:
  736.  
  737. 71)
  738. 'Staff::SharegroupInvitesController creating a sharegroup invite should create a sharegroup invite from org_01 to org_02 and leave crumbs on both orgs' FAILED
  739. expected: 1,
  740. got: 0 (using ==)
  741. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:14:
  742.  
  743. 72)
  744. 'Staff::SharegroupInvitesController creating a sharegroup invite shouldn't create a sharegroup invite from org_01 to org_01' FAILED
  745. expected: 1,
  746. got: 0 (using ==)
  747. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:14:
  748.  
  749. Finished in 768.282943 seconds
  750.  
  751. 503 examples, 72 failures, 15 pending
  752. rake aborted!
  753. Command /Users/goyox86/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -I"lib" "/Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/rspec-1.3.0/bin/spec" "spec/controllers/admin/allergy_records_controller_spec.rb" "spec/controllers/admin/health_conditions_controller_spec.rb" "spec/controllers/admin/medication_records_controller_spec.rb" "spec/controllers/admin/treatment_records_controller_spec.rb" "spec/controllers/application_controller_spec.rb" "spec/controllers/audits_controller_spec.rb" "spec/controllers/comments_controller_spec.rb" "spec/controllers/credit_cards_controller_spec.rb" "spec/controllers/credit_controller_spec.rb" "spec/controllers/doctor/doctor_controller_spec.rb" "spec/controllers/fax_blocks_controller_spec.rb" "spec/controllers/fax_invites_controller_spec.rb" "spec/controllers/join_invites_controller_spec.rb" "spec/controllers/manager/manager_controller_spec.rb" "spec/controllers/memberships_controller_spec.rb" "spec/controllers/messages_controller_spec.rb" "spec/controllers/orders_controller_spec.rb" "spec/controllers/organizations_controller_spec.rb" "spec/controllers/patient_checkins_controller_spec.rb" "spec/controllers/people_controller_spec.rb" "spec/controllers/registrations_controller_spec.rb" "spec/controllers/reviews_controller_spec.rb" "spec/controllers/search_controller_spec.rb" "spec/controllers/staff/doctors_controller_spec.rb" "spec/controllers/staff/patients_controller_spec.rb" "spec/controllers/staff/physicians_controller_spec.rb" "spec/controllers/staff/referrals_controller_spec.rb" "spec/controllers/staff/sharegroup_invite_controller_spec.rb" "spec/controllers/staff/staff_controller_spec.rb" "spec/controllers/staff/zip_files_controller_spec.rb" "spec/controllers/uploads_controller_spec.rb" "spec/helpers/allergy_records_helper_spec.rb" "spec/helpers/audits_helper_spec.rb" "spec/helpers/credit_cards_helper_spec.rb" "spec/helpers/credit_helper_spec.rb" "spec/helpers/doctor/doctor_helper_spec.rb" "spec/helpers/fax_blocks_helper_spec.rb" "spec/helpers/health_conditions_helper_spec.rb" "spec/helpers/manager/manager_helper_spec.rb" "spec/helpers/medication_records_helper_spec.rb" "spec/helpers/orders_helper_spec.rb" "spec/helpers/organizations_helper_spec.rb" "spec/helpers/owner/owner_helper_spec.rb" "spec/helpers/patient/patient_helper_spec.rb" "spec/helpers/patient_checkins_helper_spec.rb" "spec/helpers/people_helper_spec.rb" "spec/helpers/person_helper_spec.rb" "spec/helpers/search_helper_spec.rb" "spec/helpers/staff/zip_files_helper_spec.rb" "spec/helpers/staff_member/referrals_helper_spec.rb" "spec/helpers/staff_member/staff_member_helper_spec.rb" "spec/helpers/treatment_records_helper_spec.rb" "spec/integration/checkin_spec.rb" "spec/integration/global_nav_spec.rb" "spec/integration/loging_in_spec.rb" "spec/integration/organization_editing_spec.rb" "spec/integration/patient_spec.rb" "spec/integration/user_registration_spec.rb" "spec/lib/action_mailer_extensions_spec.rb" "spec/lib/faxage_spec.rb" "spec/models/address_spec.rb" "spec/models/allergy_record_spec.rb" "spec/models/allergy_spec.rb" "spec/models/audit_spec.rb" "spec/models/cardiovascular_system_spec.rb" "spec/models/careboard_spec.rb" "spec/models/ccr_spec.rb" "spec/models/checkin_organization_spec.rb" "spec/models/comment_spec.rb" "spec/models/constitutional_system_spec.rb" "spec/models/credit_card_spec.rb" "spec/models/credit_spec.rb" "spec/models/crumb_spec.rb" "spec/models/ear_nose_throat_mouth_system_spec.rb" "spec/models/emergency_contact_spec.rb" "spec/models/endocrine_system_spec.rb" "spec/models/eye_sight_system_spec.rb" "spec/models/family_member_spec.rb" "spec/models/fax_block_spec.rb" "spec/models/fax_invite_spec.rb" "spec/models/fax_spec.rb" "spec/models/gastrointestinal_system_spec.rb" "spec/models/general_symptom_spec.rb" "spec/models/genitourinary_system_spec.rb" "spec/models/group_spec.rb" "spec/models/health_conditions_spec.rb" "spec/models/hemolymphatic_system_spec.rb" "spec/models/injury_location_spec.rb" "spec/models/integumentary_system_spec.rb" "spec/models/join_invite_spec.rb" "spec/models/mailer_spec.rb" "spec/models/medication_record_spec.rb" "spec/models/message_spec.rb" "spec/models/musculoskeletal_system_spec.rb" "spec/models/neurological_system_spec.rb" "spec/models/order_spec.rb" "spec/models/organization_spec.rb" "spec/models/pain_spec.rb" "spec/models/patient_checkin_spec.rb" "spec/models/patient_drug_spec.rb" "spec/models/patient_health_condition_spec.rb" "spec/models/patient_injury_spec.rb" "spec/models/patient_policy_spec.rb" "spec/models/patient_profile_spec.rb" "spec/models/patient_relatives_spec.rb" "spec/models/patient_test_result_spec.rb" "spec/models/people_relation_spec.rb" "spec/models/person_spec.rb" "spec/models/phone_spec.rb" "spec/models/psychiatric_system_spec.rb" "spec/models/referral_spec.rb" "spec/models/residency_spec.rb" "spec/models/respiratory_system_spec.rb" "spec/models/scan_spec.rb" "spec/models/school_spec.rb" "spec/models/sharegroup_invite_spec.rb" "spec/models/symptom_spec.rb" "spec/models/treatment_record_spec.rb" "spec/models/treatment_spec.rb" "spec/models/upload_spec.rb" "spec/models/user_spec.rb" "spec/models/zip_file_spec.rb" "spec/views/allergy_records/create.html.erb_spec.rb" "spec/views/allergy_records/destroy.html.erb_spec.rb" "spec/views/allergy_records/index.html.erb_spec.rb" "spec/views/allergy_records/new.html.erb_spec.rb" "spec/views/allergy_records/show.html.erb_spec.rb" "spec/views/allergy_records/update.html.erb_spec.rb" "spec/views/fax_blocks/index.html.erb_spec.rb" "spec/views/health_conditions/edit.html.erb_spec.rb" "spec/views/health_conditions/index.html.erb_spec.rb" "spec/views/health_conditions/new.html.erb_spec.rb" "spec/views/medication_records/create.html.erb_spec.rb" "spec/views/medication_records/destroy.html.erb_spec.rb" "spec/views/medication_records/index.html.erb_spec.rb" "spec/views/medication_records/new.html.erb_spec.rb" "spec/views/medication_records/show.html.erb_spec.rb" "spec/views/medication_records/update.html.erb_spec.rb" "spec/views/patient_checkins/edit.html.erb_spec.rb" "spec/views/patient_checkins/index.html.erb_spec.rb" "spec/views/patient_checkins/new.html.erb_spec.rb" "spec/views/patient_checkins/show.html.erb_spec.rb" "spec/views/treatment_records/create.html.erb_spec.rb" "spec/views/treatment_records/destroy.html.erb_spec.rb" "spec/views/treatment_records/index.html.erb_spec.rb" "spec/views/treatment_records/new.html.erb_spec.rb" "spec/views/treatment_records/show.html.erb_spec.rb" "spec/views/treatment_records/update.html.erb_spec.rb" --options "/Users/goyox86/Code/CareShare/spec/spec.opts" failed
  754.  
  755. Tasks: TOP => spec
  756. (See full trace by running task with --trace)
  757. goyox86@Goyox86s-MacBook ~/Code/CareShare (develop) $
Add Comment
Please, Sign In to add comment