Closed
Description
I just updated from 0.2.2 to 0.2.3, removed error_format
because I see in the changelog that that was removed, ran my tests, and about 10% of them failed. Most of the failures look something like this:
--- expected
+++ actual
@@ -1 +1 @@
-{"id"=>"50e4e8c5b392d462f0000008", "name"=>"Foobar", "practitioners"=>[], "offices"=>[], "open_appointments_for_the_next_week"=>[]}
+"#<PracticeEntity:0xXXXXXX>"
So I'm guessing the entities aren't being serialized for some reason? I took a look through the diff between v0.2.2 and v0.2.3 and didn't see anything glaring, but I'm not really familiar with the codebase. What am I missing?