Guest User

Untitled

a guest
Oct 12th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. 1)
  2. 'Booking#total_cancellation_amount_for_host_calculation commission_reduction should not refund commission reduction' FAILED
  3. expected: 75,
  4. got: 95.0 (using ==)
  5. ./spec/models/booking/refund_trait_spec.rb:125:
  6.  
  7. 2)
  8. NoMethodError in 'NavigationDslHelper#navigation (with complex example) nests lists'
  9. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b8d248>
  10. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  11. ./spec/helpers/navigation_dsl_helper_spec.rb:6:
  12. ./spec/helpers/navigation_dsl_helper_spec.rb:51:
  13.  
  14. 3)
  15. NoMethodError in 'NavigationDslHelper#navigation (with complex example) marks the current page with the "current" class'
  16. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b7c1a0>
  17. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  18. ./spec/helpers/navigation_dsl_helper_spec.rb:6:
  19. ./spec/helpers/navigation_dsl_helper_spec.rb:55:
  20.  
  21. 4)
  22. NoMethodError in 'NavigationDslHelper#navigation (with complex example) contains all links'
  23. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b6af68>
  24. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  25. ./spec/helpers/navigation_dsl_helper_spec.rb:6:
  26. ./spec/helpers/navigation_dsl_helper_spec.rb:59:
  27.  
  28. 5)
  29. NoMethodError in 'NavigationDslHelper#navigation (with complex example) formats counters'
  30. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b5a3e8>
  31. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  32. ./spec/helpers/navigation_dsl_helper_spec.rb:6:
  33. ./spec/helpers/navigation_dsl_helper_spec.rb:64:
  34.  
  35. 6)
  36. NoMethodError in 'NavigationDslHelper#navigation (with complex example) labels menus with the number of items/submenus'
  37. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b49d40>
  38. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  39. ./spec/helpers/navigation_dsl_helper_spec.rb:6:
  40. ./spec/helpers/navigation_dsl_helper_spec.rb:68:
  41.  
  42. 7)
  43. NoMethodError in 'NavigationDslHelper#navigation (with minimal single node) should contain the node title'
  44. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b374d8>
  45. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  46. ./spec/helpers/navigation_dsl_helper_spec.rb:21:
  47.  
  48. 8)
  49. NoMethodError in 'NavigationDslHelper#navigation (with default args) should be empty'
  50. undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b29f90>
  51. ./spec/helpers/navigation_dsl_helper_spec.rb:5:
  52. ./spec/helpers/navigation_dsl_helper_spec.rb:12:
  53.  
  54. 9)
  55. 'Pms::PropertiesController mark_photo_default should render the photo_thumbnails partial' FAILED
  56. expecting <"_photo_thumbnails"> but rendering with <"">
  57. ./spec/controllers/pms/properties_controller_spec.rb:173:
  58.  
  59. 10)
  60. 'Pms::PropertiesController move_photo should render the photo_thumbnails partial' FAILED
  61. expecting <"_photo_thumbnails"> but rendering with <"">
  62. ./spec/controllers/pms/properties_controller_spec.rb:151:
  63.  
  64. 11)
  65. 'Pms::PropertiesController destroy_photo should render the confirmation dialog if necessary' FAILED
  66. expecting <"_unpublish_confirmation_dialog"> but rendering with <"">
  67. ./spec/controllers/pms/properties_controller_spec.rb:121:
  68.  
  69. 12)
  70. 'Pms::PropertiesController update should render the confirmation dialog if necessary' FAILED
  71. expecting <"_unpublish_confirmation_dialog"> but rendering with <"">
  72. ./spec/controllers/pms/properties_controller_spec.rb:63:
  73.  
  74. 13)
  75. 'Pms::AvailabilityTemplatesController creating with new dialog should render new_dialog when request from xhr' FAILED
  76. expecting <"pms/availability_templates/_new_dialog"> but rendering with <"">
  77. ./spec/controllers/pms/availability_templates_controller_spec.rb:39:
  78.  
  79. 14)
  80. 'Pms::AvailabilityTemplatesController creating with new dialog should render new_dialog partial with errors on failed create' FAILED
  81. expecting <"pms/availability_templates/_new_dialog"> but rendering with <"">
  82. ./spec/controllers/pms/availability_templates_controller_spec.rb:61:
  83.  
  84. 15)
  85. 'BookingsController#create should render the booking form with status 422 when not signed in' FAILED
  86. expecting <"bookings/_booking_form"> but rendering with <"">
  87. ./spec/controllers/bookings_controller_spec.rb:304:
  88.  
  89. 16)
  90. 'BookingsController#create should render the booking form with status 422 when signed in but the tenant info sheet is invalid' FAILED
  91. expecting <"bookings/_booking_form"> but rendering with <"">
  92. ./spec/controllers/bookings_controller_spec.rb:311:
  93.  
  94. 17)
  95. 'BookingsController#create should render the adyen form with status 200 when signed in and the tenant info sheet is valid' FAILED
  96. expecting <"bookings/_adyen_form"> but rendering with <"">
  97. ./spec/controllers/bookings_controller_spec.rb:318:
  98.  
  99. 18)
  100. Spec::Mocks::MockExpectationError in 'BookingsController#summarize should track that review details was reached'
  101. <BookingEvent::ReviewDetails(id: integer, created_at: datetime, updated_at: datetime, type: string, message: string, booking_key: string) (class)> received :create_for with unexpected arguments
  102. expected: (#<Booking:0x93cfd544 @name="Booking_1381">, hash_including(:message))
  103. got: (#<Booking:0x93cfd544 @name="Booking_1381">, {:message=>"The Guest landed on Review your rental details page"})
  104. /Users/mmitchell/Projects/HouseTrip-Web-App/app/controllers/bookings_controller.rb:191:in `track_review_details!'
  105. /Users/mmitchell/Projects/HouseTrip-Web-App/app/controllers/bookings_controller.rb:24:in `summarize'
  106. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:1333:in `send'
  107. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:1333:in `perform_action_without_filters'
  108. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:617:in `call_filters'
  109. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:638:in `run_before_filters'
  110. /Users/mmitchell/Projects/HouseTrip-Web-App/app/behaviors/worker_logger_trait.rb:25:in `write_worker_log'
  111. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/callbacks.rb:178:in `send'
  112. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/callbacks.rb:178:in `evaluate_method'
  113. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:186:in `call'
  114. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:635:in `run_before_filters'
  115. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:615:in `call_filters'
  116. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  117. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  118. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  119. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  120. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  121. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  122. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/flash.rb:151:in `perform_action'
  123. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `send'
  124. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `process_without_filters'
  125. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:606:in `process_without_compass'
  126. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/compass-0.12.alpha.2/lib/compass/app_integration/rails/actionpack2x/action_controller.rb:7:in `process'
  127. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/test_process.rb:567:in `process_with_test'
  128. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/test_process.rb:447:in `process'
  129. /Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/test_process.rb:398:in `get'
  130. (eval):2:in `get'
  131. ./spec/controllers/bookings_controller_spec.rb:264:
  132.  
  133. 19)
  134. 'AvailabilityRequestsController session_dialog should return a 500 status code and render the dialog partial if the sign in/up failed' FAILED
  135. expecting <"availability_requests/_session_dialog"> but rendering with <"">
  136. ./spec/controllers/availability_requests_controller_spec.rb:39:
Add Comment
Please, Sign In to add comment