File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ sudo: false
22language : node_js
33node_js :
44 - iojs
5+ - " stable"
56 - " 0.12"
67 - " 0.10"
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ describe('PostCSS Guidelines', function () {
271271 var stream = postcss ( [ doubler ] )
272272 var cssPath = __dirname + '/src/fixture.css'
273273 function Warning ( msg ) {
274- this . toSting = function ( ) {
274+ this . toString = function ( ) {
275275 return msg
276276 }
277277 }
@@ -285,7 +285,7 @@ describe('PostCSS Guidelines', function () {
285285 } ) )
286286
287287 stream . on ( 'data' , function ( ) {
288- gutil . log . calledWith ( 'gulp-postcss:' , '/ src/ fixture.css\nmsg1\nmsg2' )
288+ assert ( gutil . log . calledWith ( 'gulp-postcss:' , 'src' + path . sep + ' fixture.css\nmsg1\nmsg2') )
289289 cb ( )
290290 } )
291291
You can’t perform that action at this time.
0 commit comments