diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/partials.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/partials.js b/spec/partials.js index cc2c266..839157e 100644 --- a/spec/partials.js +++ b/spec/partials.js @@ -103,7 +103,7 @@ describe('partials', function() { shouldThrow(function() { var undef; handlebarsEnv.registerPartial('undefined_test', undef); - }, Handlebars.Exception, 'Attempting to register a partial as undefined'); + }, Handlebars.Exception, 'Attempting to register a partial called `undefined_test` as undefined'); }); it('rendering template partial in vm mode throws an exception', function() { |