it('finds substring within string', function () {
    expect(tpl({a: 'foo', b: 'f'})).to.be.ok;
  });