Fix global leak in test

This commit is contained in:
kpdecker
2015-02-07 13:28:27 -06:00
parent cfbef2585d
commit 810d86d474
+1
View File
@@ -279,6 +279,7 @@ describe('builtin helpers', function() {
it('should output to info', function() {
var string = "{{log blah}}";
var hash = { blah: "whee" };
var called;
console.info = function(log) {
equals("whee", log);