Fix test runners under node

This commit is contained in:
kpdecker
2013-10-09 03:22:05 -07:00
parent 4d7124f6bf
commit 3b0a3ca1b2
5 changed files with 34 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
global.handlebarsEnv = null;
beforeEach(function() {
global.handlebarsEnv = new Handlebars.HandlebarsEnvironment();
global.handlebarsEnv = Handlebars.create();
});
describe("basic context", function() {