it('adds a prefix', function () {
    expect(hbs.compile('{{ randomString a }}')({a: 'abc-'}).length).to.equal(12);
  });