Skip to content

Commit

Permalink
Disable ember-dev's clearing of Ember.TEMPLATES.
Browse files Browse the repository at this point in the history
`ember-dev` currently clears `Ember.TEMPLATES` after each test run. This
will be fixed in `ember-dev` with emberjs/ember-dev#96.

This is a temporary fix until that PR is merged.
  • Loading branch information
rwjblue committed Oct 25, 2013
1 parent d3625e1 commit 277450f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ember_configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ENV['STUB_OBJECT_CREATE'] = !Object.create;
}

EmberDev.afterEach = function(){};
EmberDev.distros = {
spade: 'ember-easyForm-spade.js',
build: 'ember-easyForm.js',
Expand Down

0 comments on commit 277450f

Please sign in to comment.