Problem
moduleForHelper (taken from this never merged ember-qunit PR) works with 1.7.0, but stops working with 1.8.0-beta.1
- Is this a problem introduced through the metal-view refactorings?
- There is also a problem using bound values with the moduleForHelper in 1.7.0. It seems the passed context is not applied. Maybe this is related to the problem with 1.8.0-beta.1
- Uncomment/comment appropriate Ember versions to see the difference