jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Ember.js 1.9 compatibility #291

Closed watsonbox closed 9 years ago

watsonbox commented 9 years ago

I recently upgraded a project to Ember.js 1.9.1 and found that my headless PhantomJS test suite no longer worked. The fix was to use a different bind polyfill.

Thought this might be useful for anyone else running into these issues. Perhaps the stock bind-poly.js can be replaced?

jejacks0n commented 9 years ago

Yeah, would merge a PR with an update to the readme. =) Thanks!