diff options
Diffstat (limited to 'spec/helpers.js')
-rw-r--r-- | spec/helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers.js b/spec/helpers.js index f3257a5..00bcb79 100644 --- a/spec/helpers.js +++ b/spec/helpers.js @@ -35,7 +35,7 @@ describe('helpers', function() { return options.fn(); } }; - shouldCompileTo(string, [{}, helpers], ' {{{{b}}}} {{{{/b}}}} '); + shouldCompileTo(string, [{}, helpers], ' {{{{b}}}} {{{{/b}}}} ', 'raw block helper should get nested raw block as raw content'); }); it('helper block with complex lookup expression', function() { |