lab.test('keep term when num is one', function (done) {
    Code.expect(pluralize(1, 'thing')).to.equal('1 thing');

    done();
  });