Changed PhpSpec run command order to match docs

This commit is contained in:
danio1024 2014-05-09 15:15:55 +02:00
parent 52202c08c9
commit cbc769d8ef

View file

@ -58,7 +58,7 @@ class PhpSpec implements PHPCI\Plugin
return false;
}
$success = $this->phpci->executeCommand($phpspec . ' run --format=pretty --no-code-generation');
$success = $this->phpci->executeCommand($phpspec . ' --format=pretty --no-code-generation run');
chdir($curdir);