diff --git a/spec/builtins.js b/spec/builtins.js index 75af2364..14cd8faa 100644 --- a/spec/builtins.js +++ b/spec/builtins.js @@ -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);