test.when('object is an empty string', function () {

        test.itShould.throwError(function () {
          instance.assert('defined', '', 'The thing should be defined');
        });