Added missing run statement for PhpSpec
This commit is contained in:
parent
68a92e4682
commit
52202c08c9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class PhpSpec implements PHPCI\Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
$success = $this->phpci->executeCommand($phpspec . ' --format=pretty --no-code-generation');
|
||||
$success = $this->phpci->executeCommand($phpspec . ' run --format=pretty --no-code-generation');
|
||||
|
||||
chdir($curdir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue