Skip to content

Commit

Permalink
Add missing -legacy-each registration for deprecated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 19, 2015
1 parent f892dc8 commit 9d923a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-htmlbars/tests/helpers/each_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ function testEachWithItem(moduleName, useBlockParams) {
container = registry.container();

registry.register('view:toplevel', EmberView.extend());
registry.register('view:-legacy-each', LegacyEachView);
},
teardown() {
runDestroy(container);
Expand Down

0 comments on commit 9d923a6

Please sign in to comment.