Skip to content

Commit

Permalink
Fixed tests for #41 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb authored Jan 12, 2018
1 parent a895075 commit 846d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('gulp-twig', function () {
},
});

var fakeFile = new gutil.File({
var fakeFile = new Vinyl({
base: 'test/',
cwd: 'test/',
path: path.join(__dirname, '/templates/file.twig'),
Expand Down

0 comments on commit 846d890

Please sign in to comment.