From d3fa6ec23734b0d435320e4cddf4a43b45a9af97 Mon Sep 17 00:00:00 2001 From: Gromych Date: Fri, 4 Mar 2016 19:26:55 +0300 Subject: [PATCH] Removes unnecessary options from Vinyl config --- test/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/main.js b/test/main.js index cbaa744..da7f86b 100644 --- a/test/main.js +++ b/test/main.js @@ -25,8 +25,6 @@ describe('gulp-replace', function() { beforeEach(function () { file = new File({ path: 'test/fixtures/helloworld.txt', - cwd: 'test/', - base: 'test/fixtures', contents: fs.readFileSync('test/fixtures/helloworld.txt') }); }); @@ -117,8 +115,6 @@ describe('gulp-replace', function() { beforeEach(function () { file = new File({ path: 'test/fixtures/helloworld.txt', - cwd: 'test/', - base: 'test/fixtures', contents: fs.createReadStream('test/fixtures/helloworld.txt') }); });