Skip to content

Instantly share code, notes, and snippets.

@marcusleemitchell
Created May 22, 2012 10:35
Show Gist options
  • Save marcusleemitchell/2768219 to your computer and use it in GitHub Desktop.
Save marcusleemitchell/2768219 to your computer and use it in GitHub Desktop.
1)
'Booking#total_cancellation_amount_for_host_calculation commission_reduction should not refund commission reduction' FAILED
expected: 75,
got: 95.0 (using ==)
./spec/models/booking/refund_trait_spec.rb:125:
2)
NoMethodError in 'NavigationDslHelper#navigation (with complex example) nests lists'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b8d248>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:6:
./spec/helpers/navigation_dsl_helper_spec.rb:51:
3)
NoMethodError in 'NavigationDslHelper#navigation (with complex example) marks the current page with the "current" class'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b7c1a0>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:6:
./spec/helpers/navigation_dsl_helper_spec.rb:55:
4)
NoMethodError in 'NavigationDslHelper#navigation (with complex example) contains all links'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b6af68>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:6:
./spec/helpers/navigation_dsl_helper_spec.rb:59:
5)
NoMethodError in 'NavigationDslHelper#navigation (with complex example) formats counters'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b5a3e8>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:6:
./spec/helpers/navigation_dsl_helper_spec.rb:64:
6)
NoMethodError in 'NavigationDslHelper#navigation (with complex example) labels menus with the number of items/submenus'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b49d40>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:6:
./spec/helpers/navigation_dsl_helper_spec.rb:68:
7)
NoMethodError in 'NavigationDslHelper#navigation (with minimal single node) should contain the node title'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b374d8>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:21:
8)
NoMethodError in 'NavigationDslHelper#navigation (with default args) should be empty'
undefined method `navigation' for #<Spec::Rails::Example::HelperExampleGroupController:0x126b29f90>
./spec/helpers/navigation_dsl_helper_spec.rb:5:
./spec/helpers/navigation_dsl_helper_spec.rb:12:
9)
'Pms::PropertiesController mark_photo_default should render the photo_thumbnails partial' FAILED
expecting <"_photo_thumbnails"> but rendering with <"">
./spec/controllers/pms/properties_controller_spec.rb:173:
10)
'Pms::PropertiesController move_photo should render the photo_thumbnails partial' FAILED
expecting <"_photo_thumbnails"> but rendering with <"">
./spec/controllers/pms/properties_controller_spec.rb:151:
11)
'Pms::PropertiesController destroy_photo should render the confirmation dialog if necessary' FAILED
expecting <"_unpublish_confirmation_dialog"> but rendering with <"">
./spec/controllers/pms/properties_controller_spec.rb:121:
12)
'Pms::PropertiesController update should render the confirmation dialog if necessary' FAILED
expecting <"_unpublish_confirmation_dialog"> but rendering with <"">
./spec/controllers/pms/properties_controller_spec.rb:63:
13)
'Pms::AvailabilityTemplatesController creating with new dialog should render new_dialog when request from xhr' FAILED
expecting <"pms/availability_templates/_new_dialog"> but rendering with <"">
./spec/controllers/pms/availability_templates_controller_spec.rb:39:
14)
'Pms::AvailabilityTemplatesController creating with new dialog should render new_dialog partial with errors on failed create' FAILED
expecting <"pms/availability_templates/_new_dialog"> but rendering with <"">
./spec/controllers/pms/availability_templates_controller_spec.rb:61:
15)
'BookingsController#create should render the booking form with status 422 when not signed in' FAILED
expecting <"bookings/_booking_form"> but rendering with <"">
./spec/controllers/bookings_controller_spec.rb:304:
16)
'BookingsController#create should render the booking form with status 422 when signed in but the tenant info sheet is invalid' FAILED
expecting <"bookings/_booking_form"> but rendering with <"">
./spec/controllers/bookings_controller_spec.rb:311:
17)
'BookingsController#create should render the adyen form with status 200 when signed in and the tenant info sheet is valid' FAILED
expecting <"bookings/_adyen_form"> but rendering with <"">
./spec/controllers/bookings_controller_spec.rb:318:
18)
Spec::Mocks::MockExpectationError in 'BookingsController#summarize should track that review details was reached'
<BookingEvent::ReviewDetails(id: integer, created_at: datetime, updated_at: datetime, type: string, message: string, booking_key: string) (class)> received :create_for with unexpected arguments
expected: (#<Booking:0x93cfd544 @name="Booking_1381">, hash_including(:message))
got: (#<Booking:0x93cfd544 @name="Booking_1381">, {:message=>"The Guest landed on Review your rental details page"})
/Users/mmitchell/Projects/HouseTrip-Web-App/app/controllers/bookings_controller.rb:191:in `track_review_details!'
/Users/mmitchell/Projects/HouseTrip-Web-App/app/controllers/bookings_controller.rb:24:in `summarize'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:1333:in `send'
/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'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:617:in `call_filters'
/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'
/Users/mmitchell/Projects/HouseTrip-Web-App/app/behaviors/worker_logger_trait.rb:25:in `write_worker_log'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/callbacks.rb:178:in `send'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/activesupport-2.3.12/lib/active_support/callbacks.rb:178:in `evaluate_method'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:186:in `call'
/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'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/filters.rb:615:in `call_filters'
/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'
/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'
/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'
/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'
/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'
/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'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/flash.rb:151:in `perform_action'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `send'
/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'
/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'
/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'
/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'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/test_process.rb:447:in `process'
/Users/mmitchell/.rvm/gems/ruby-1.8.7-p352@housetrip/gems/actionpack-2.3.12/lib/action_controller/test_process.rb:398:in `get'
(eval):2:in `get'
./spec/controllers/bookings_controller_spec.rb:264:
19)
'AvailabilityRequestsController session_dialog should return a 500 status code and render the dialog partial if the sign in/up failed' FAILED
expecting <"availability_requests/_session_dialog"> but rendering with <"">
./spec/controllers/availability_requests_controller_spec.rb:39:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment