it('should render jade', function () {
    var tpl = 'foo.jade';

    sandbox.stub(glob, 'sync').returns([tpl]);
    expect(render(tpl, obj)).to.equal('html');