Skip to content

Commit

Permalink
Fix assertion after moving casper scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Feb 12, 2016
1 parent cba95b1 commit 30ba899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('End to end', function() {
}
});
ttt();
mySpawn.calls[0].args[0].should.equal('poster.js');
mySpawn.calls[0].args[0].should.equal('casper/poster.js');
JSON.parse(mySpawn.calls[0].args[1]).entries.should.eql({ '110':
{ id: 1,
name: 'test project',
Expand Down

0 comments on commit 30ba899

Please sign in to comment.