1

For our ember app we want to test the handlebars helpers. Currently we use the moduleForHelper from this never merged ember-qunit PR. With ember 1.8 beta-1 (which includes the metal-views refactorings) the helper stops working.

I have created the following jsbin that demonstrates the problem. Any idea what changed that causes the problem or better how it can be solved?

manuel_mitasch
  • 473
  • 3
  • 9
  • In this [issue](https://github.com/emberjs/ember.js/issues/5595#issuecomment-57306695) a solution was proposed. Removing this line mysteriously solves the problem: Ember.Handlebars.helper(name, helper); – manuel_mitasch Sep 30 '14 at 23:38

0 Answers0