Commit b1d4a2b0 b1d4a2b0811e5a309b9b4e39e1956d269bd9a31d by Nicolas Perriault

removed unused argument in cli test suite

1 parent 6da694e7
(function(t, phantom) {
(function(t) {
var cli = require('cli');
t.comment('parse()');
......@@ -40,4 +40,4 @@
})(cli.parse(['foo & bar', 'baz & boz', '--universe=42', '--lap=13.37', '--chucknorris', '--oops=false']));
t.done();
})(casper.test, phantom);
})(casper.test);
......