Fix global leak in test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user