Skip to content

Commit

Permalink
Activate skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 5, 2015
1 parent 12981d8 commit 48a09d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/path-parsing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ describe('gulp-rename path parsing', function () {
dirnameHelper('test/fixt[a-z]res/*.min.txt');
});

/* SKIP: glob2base does not handle brace expansion as expected. See wearefractal/glob2base#1 */
context.skip('when src pattern matches a directory with {...,...}', function () {
context('when src pattern matches a directory with {...,...}', function () {
dirnameHelper('test/f{ri,ixtur}es/*.min.txt');
});

Expand All @@ -61,8 +60,7 @@ describe('gulp-rename path parsing', function () {
dirnameHelper('test/f+(ri|ixtur)es/*.min.txt');
});

/* requires glob-stream >= 3.1.0 */
context.skip('when src pattern includes `base` option', function () {
context('when src pattern includes `base` option', function () {
it('dirname is path from given directory to file', function (done) {
var srcPattern = 'test/**/*.min.txt';
var srcOptions = {base: process.cwd()};
Expand Down

0 comments on commit 48a09d6

Please sign in to comment.