Skip to content

Commit

Permalink
Removes unnecessary options from Vinyl config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gromych committed Mar 4, 2016
1 parent 8a7cc40 commit d3fa6ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
});
});
Expand Down Expand Up @@ -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')
});
});
Expand Down

0 comments on commit d3fa6ec

Please sign in to comment.