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?