Skip to content

Commit afca780

Browse files
authored
Merge pull request #49 from TheDancingCode/fix-test
Fix test on Windows
2 parents e64414f + 8986a36 commit afca780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('gulp-inline-css', function() {
5353

5454
stream.on('data', function(newFile){
5555
should.ok(newFile.contents);
56-
should.equal(newFile.path, '/test/fixture/file.html');
56+
should.equal(newFile.path, path.normalize('/test/fixture/file.html'));
5757
should.equal(newFile.relative, 'file.html');
5858
++a;
5959
});

0 commit comments

Comments
 (0)