ruby on rails - mixpanel gem breaks cucumber tests -


i'm using cucumber+capybara test app. after adding mixpanel code i've got errors

mixpanel::connectionerror @ /users =================================== > not write mixpanel, server responded 200 returning: '{"status": 0, "error": "distinct_id, missing or empty"}'  

how can fix it?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -