Skip to content

Commit

Permalink
fix regetry issue on app reset
Browse files Browse the repository at this point in the history
  • Loading branch information
krachtstefan committed Apr 25, 2015
1 parent c20018b commit 5810ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/javascripts/integration/pace-calculator_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module("/", {
Ember.run(Runverter, Runverter.advanceReadiness);
},
teardown: function() {
// Runverter.reset();
Runverter.registry = Runverter.buildRegistry() // see https://github.com/emberjs/ember.js/issues/10310#issuecomment-95685137
Runverter.reset();
}
});

Expand Down

0 comments on commit 5810ea3

Please sign in to comment.