Guest User

Untitled

a guest
Aug 5th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.99 KB | None | 0 0
  1. goyox86@Goyox86s-MacBook ~/Code/CareShare (develop) $ be rake spec:controllers
  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. .....................****............................................FFFFFFFFFFFFFFFFFFFFF.F..F...F.......................*................................................***....................................
  5.  
  6. Pending:
  7.  
  8. Staff::PhysiciansController showing physician should not show me a a physician if i am not in this physician's sharegroup (before filters)
  9. ./spec/controllers/staff/physicians_controller_spec.rb:6
  10.  
  11. Staff::PhysiciansController showing physician should show me a physician for an organization if i am in that organization's sharegroup (before filters)
  12. ./spec/controllers/staff/physicians_controller_spec.rb:10
  13.  
  14. Staff::PhysiciansController showing physician should redirect to a physician's public page if they do not have a membership for the org (before filters)
  15. ./spec/controllers/staff/physicians_controller_spec.rb:14
  16.  
  17. Staff::PhysiciansController showing physician should show me a physician in the org if they have a membership in the org (before filters)
  18. ./spec/controllers/staff/physicians_controller_spec.rb:18
  19.  
  20. PatientCheckinsController POST 'create' not sign in should create a new user (Hookinp up mail)
  21. ./spec/controllers/patient_checkins_controller_spec.rb:76
  22.  
  23. Staff::ReferralsController creating a referral sending emails should send email to patient being referred (Hookinp up mail)
  24. ./spec/controllers/staff/referrals_controller_spec.rb:52
  25.  
  26. Staff::ReferralsController creating a referral sending emails should send email to receiving organization (Not Yet Implemented)
  27. ./spec/controllers/staff/referrals_controller_spec.rb:69
  28.  
  29. Staff::ReferralsController creating a referral sending emails should send email to patient being referred (Hookinp up mail)
  30. ./spec/controllers/staff/referrals_controller_spec.rb:70
  31.  
  32. 1)
  33. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should not send a fax to invitee'
  34. uninitialized constant FakeWeb
  35. /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'
  36. /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'
  37. /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'
  38. /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'
  39. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  40. ./spec/controllers/join_invites_controller_spec.rb:13:
  41.  
  42. 2)
  43. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should not send an email to invitee'
  44. uninitialized constant FakeWeb
  45. /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'
  46. /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'
  47. /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'
  48. /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'
  49. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  50. ./spec/controllers/join_invites_controller_spec.rb:13:
  51.  
  52. 3)
  53. NameError in 'JoinInvitesController POST create when there is any error when phone AND fax is missing should return errors on js'
  54. uninitialized constant FakeWeb
  55. /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'
  56. /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'
  57. /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'
  58. /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'
  59. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  60. ./spec/controllers/join_invites_controller_spec.rb:13:
  61.  
  62. 4)
  63. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should not send a fax to invitee'
  64. uninitialized constant FakeWeb
  65. /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'
  66. /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'
  67. /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'
  68. /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'
  69. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  70. ./spec/controllers/join_invites_controller_spec.rb:13:
  71.  
  72. 5)
  73. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should not send an email to invitee'
  74. uninitialized constant FakeWeb
  75. /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'
  76. /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'
  77. /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'
  78. /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'
  79. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  80. ./spec/controllers/join_invites_controller_spec.rb:13:
  81.  
  82. 6)
  83. NameError in 'JoinInvitesController POST create when there is any error when personal_message is missing should return errors on js'
  84. uninitialized constant FakeWeb
  85. /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'
  86. /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'
  87. /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'
  88. /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'
  89. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  90. ./spec/controllers/join_invites_controller_spec.rb:13:
  91.  
  92. 7)
  93. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should not send a fax to invitee'
  94. uninitialized constant FakeWeb
  95. /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'
  96. /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'
  97. /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'
  98. /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'
  99. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  100. ./spec/controllers/join_invites_controller_spec.rb:13:
  101.  
  102. 8)
  103. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should not send an email to invitee'
  104. uninitialized constant FakeWeb
  105. /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'
  106. /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'
  107. /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'
  108. /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'
  109. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  110. ./spec/controllers/join_invites_controller_spec.rb:13:
  111.  
  112. 9)
  113. NameError in 'JoinInvitesController POST create when there is any error when recipient name is missing should return errors on js'
  114. uninitialized constant FakeWeb
  115. /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'
  116. /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'
  117. /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'
  118. /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'
  119. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  120. ./spec/controllers/join_invites_controller_spec.rb:13:
  121.  
  122. 10)
  123. NameError in 'JoinInvitesController POST create when it should send a fax should create a new person for the invitee'
  124. uninitialized constant FakeWeb
  125. /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'
  126. /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'
  127. /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'
  128. /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'
  129. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  130. ./spec/controllers/join_invites_controller_spec.rb:13:
  131.  
  132. 11)
  133. NameError in 'JoinInvitesController POST create when it should send a fax should create a new person for the invitee with the right name'
  134. uninitialized constant FakeWeb
  135. /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'
  136. /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'
  137. /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'
  138. /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'
  139. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  140. ./spec/controllers/join_invites_controller_spec.rb:13:
  141.  
  142. 12)
  143. NameError in 'JoinInvitesController POST create when it should send a fax should create a join_invites association'
  144. uninitialized constant FakeWeb
  145. /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'
  146. /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'
  147. /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'
  148. /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'
  149. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  150. ./spec/controllers/join_invites_controller_spec.rb:13:
  151.  
  152. 13)
  153. NameError in 'JoinInvitesController POST create when it should send a fax should not send an email to invitee'
  154. uninitialized constant FakeWeb
  155. /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'
  156. /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'
  157. /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'
  158. /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'
  159. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  160. ./spec/controllers/join_invites_controller_spec.rb:13:
  161.  
  162. 14)
  163. NameError in 'JoinInvitesController POST create when it should send a fax should send a fax to invitee'
  164. uninitialized constant FakeWeb
  165. /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'
  166. /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'
  167. /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'
  168. /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'
  169. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  170. ./spec/controllers/join_invites_controller_spec.rb:13:
  171.  
  172. 15)
  173. NameError in 'JoinInvitesController POST create when it should send a fax should remove modal by js'
  174. uninitialized constant FakeWeb
  175. /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'
  176. /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'
  177. /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'
  178. /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'
  179. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  180. ./spec/controllers/join_invites_controller_spec.rb:13:
  181.  
  182. 16)
  183. NameError in 'JoinInvitesController POST create when it should send an email should create a new person for the invitee'
  184. uninitialized constant FakeWeb
  185. /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'
  186. /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'
  187. /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'
  188. /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'
  189. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  190. ./spec/controllers/join_invites_controller_spec.rb:13:
  191.  
  192. 17)
  193. NameError in 'JoinInvitesController POST create when it should send an email should create a new person for the invitee with the right name'
  194. uninitialized constant FakeWeb
  195. /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'
  196. /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'
  197. /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'
  198. /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'
  199. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  200. ./spec/controllers/join_invites_controller_spec.rb:13:
  201.  
  202. 18)
  203. NameError in 'JoinInvitesController POST create when it should send an email should create a join_invites association'
  204. uninitialized constant FakeWeb
  205. /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'
  206. /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'
  207. /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'
  208. /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'
  209. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  210. ./spec/controllers/join_invites_controller_spec.rb:13:
  211.  
  212. 19)
  213. NameError in 'JoinInvitesController POST create when it should send an email should send an email to invitee'
  214. uninitialized constant FakeWeb
  215. /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'
  216. /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'
  217. /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'
  218. /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'
  219. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  220. ./spec/controllers/join_invites_controller_spec.rb:13:
  221.  
  222. 20)
  223. NameError in 'JoinInvitesController POST create when it should send an email should not send a fax to invitee'
  224. uninitialized constant FakeWeb
  225. /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'
  226. /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'
  227. /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'
  228. /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'
  229. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  230. ./spec/controllers/join_invites_controller_spec.rb:13:
  231.  
  232. 21)
  233. NameError in 'JoinInvitesController POST create when it should send an email should remove modal by js'
  234. uninitialized constant FakeWeb
  235. /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'
  236. /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'
  237. /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'
  238. /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'
  239. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:118:in `const_missing'
  240. ./spec/controllers/join_invites_controller_spec.rb:13:
  241.  
  242. 22)
  243. 'Staff::SharegroupInvitesController rejecting invites should not let me reject a sharegroup invite if I am not a manager of the org receiving the invite' FAILED
  244. expected redirect? to return true, got false
  245. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:128:
  246.  
  247. 23)
  248. 'Staff::SharegroupInvitesController accepting invites should not let me accept a sharegroup invite if I am not a manager of the org receiving the invite' FAILED
  249. expected redirect? to return true, got false
  250. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:64:
  251.  
  252. 24)
  253. NameError in 'Staff::SharegroupInvitesController creating a sharegroup invite shouldn't create a sharegroup invite from org_01 to org_01'
  254. undefined local variable or method `public_path' for #<Staff::SharegroupInvitesController:0x107e2bca8>
  255. /Users/goyox86/Code/CareShare/app/controllers/staff/sharegroup_invites_controller.rb:20:in `add_to_sharegroup'
  256. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `send'
  257. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `perform_action_without_filters'
  258. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:617:in `call_filters'
  259. /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'
  260. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `call'
  261. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:206:in `around_proc'
  262. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `call'
  263. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/activesupport-2.3.10/lib/active_support/callbacks.rb:182:in `evaluate_method'
  264. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/filters.rb:184:in `call'
  265. /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'
  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:610:in `perform_action_without_benchmark'
  268. /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'
  269. /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'
  270. /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'
  271. /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'
  272. /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'
  273. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
  274. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
  275. /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'
  276. /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'
  277. /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'
  278. /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'
  279. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:447:in `process'
  280. /Users/goyox86/.rvm/gems/ruby-1.8.7-p352@care/gems/actionpack-2.3.10/lib/action_controller/test_process.rb:398:in `get'
  281. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:35:
  282. ./spec/controllers/staff/sharegroup_invite_controller_spec.rb:34:
  283.  
  284. Finished in 284.494479 seconds
  285.  
  286. 210 examples, 24 failures, 8 pending
  287. rake aborted!
  288. 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" --options "/Users/goyox86/Code/CareShare/spec/spec.opts" failed
  289.  
  290. Tasks: TOP => spec:controllers
  291. (See full trace by running task with --trace)
  292. goyox86@Goyox86s-MacBook ~/Code/CareShare (develop) $
Add Comment
Please, Sign In to add comment