var should = require('should'), // Stuff we are testing helpers = require('../../../server/helpers'); describe('{{title}} Helper', function () { it('can render title', function () { var title = 'Hello World', rendered = helpers.title.call({title: title}); should.exist(rendered); rendered.string.should.equal(title); }); it('escapes correctly', function () { var rendered = helpers.title.call({title: '