Skip to content

Commit

Permalink
issue103: fix failing demo suite. Likely issue with CasperJS 1.1 depr…
Browse files Browse the repository at this point in the history
…ecating the PLANNED parameter in the done() method.
  • Loading branch information
Mark Feimer committed Mar 18, 2015
1 parent 1dfecf4 commit a681e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/testsuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var fs = require( 'fs' );
var path = fs.absolute( fs.workingDirectory + '/phantomcss.js' );
var phantomcss = require( path );

casper.test.begin( 'Coffee machine visual tests', 5, function ( test ) {
casper.test.begin( 'Coffee machine visual tests', function ( test ) {

phantomcss.init( {
rebase: casper.cli.get( "rebase" ),
Expand Down Expand Up @@ -114,4 +114,4 @@ casper.test.begin( 'Coffee machine visual tests', 5, function ( test ) {
// phantomcss.getExitStatus() // pass or fail?
casper.test.done();
} );
} );
} );

0 comments on commit a681e68

Please sign in to comment.