Testing a Rails app with rspec & poltergeist, my tests have suddenly started raising
Facebook Pixel Error: ReferenceError: Can't find variable: Set
at http://connect.facebook.net/en_US/fbevents.js:24 in fc
There is a FB pixel embedded in the page, but I cannot figure out what is causing this error. I am unable to recreate it in a browser. I have been unable to track down the reference to Set
variable in fbevents.js or anywhere else.
Has anyone experienced this, or knows how to resolve?