Test don't work on Windows
LittaPanda opened this issue · 1 comments
LittaPanda commented
This test should not work on Windows since there are not allowed filenames with quotes.
Please, remove it.
it('should open files with quotes', function (done) {
open(pathTo('with"quote.html'), done);
});
LittaPanda commented
I forgot to say that this fix is necessary in order to run a Grunt task that loads node-open dependency with bower.