it('should return true if value is valid', function () {
    // given
    var value = 'valid-value';

    // when