You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like, I get why you might want this, but it make testing just that much harder since I now have to create an entire cart object graph to satisfy a single monkey patch.
This annoyed me simply because I was trying to check if a user had a cart through user.cart.present?. The user had a cart but present? was returning false with this gem because the cart was empty.
This was pretty annoying to run into :/
The text was updated successfully, but these errors were encountered: