Skip to content

Instantly share code, notes, and snippets.

@steveadams
Created May 8, 2019 11:34
Show Gist options
  • Save steveadams/3a61e922c2f109bf6589fd052e621ce5 to your computer and use it in GitHub Desktop.
Save steveadams/3a61e922c2f109bf6589fd052e621ce5 to your computer and use it in GitHub Desktop.
Finished tests in 67.515450s, 1.0516 tests/s, 1.6441 assertions/s.
Failure:
UpdateAppointmentStatusJobTest#test_appointment_should_turn_to_late [/Users/steve/Work/dock/test/jobs/update_appointment_status_job_test.rb:25]
Minitest::Assertion: this should NOT change the appointment to late.
--- expected
+++ actual
@@ -1,2 +1 @@
-# encoding: US-ASCII
-"late"
+"booked"
Failure:
UpdateAppointmentStatusJobTest#test_appointment_should_turn_to_no_show [/Users/steve/Work/dock/test/jobs/update_appointment_status_job_test.rb:40]
Minitest::Assertion: this should NOT change the appointment to no show.
--- expected
+++ actual
@@ -1,2 +1 @@
-# encoding: US-ASCII
-"no_show"
+"late"
Failure:
Calendar#test_Calendar_view-_checking_all_the_appointments_locations [/Users/steve/Work/dock/test/features/can_access_home_test.rb:62]
Minitest::Assertion: Appointment not showing up in left side under 'Appointment'
Failure:
CustomerCalendarTest#test_Client_Calendar_view-_checking_all_the_appointments_locations [/Users/steve/Work/dock/test/features/customer_calendar_test.rb:20]
Minitest::Assertion: Appointment not showing up in calendar (calendar_feed.json), based on user_for = contact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment