Merge pull request #400 from danio1024/master

Added missing run statement for PhpSpec. Fixing #372
This commit is contained in:
Steve B 2014-05-09 14:18:29 +01:00
commit cf5036faa9

View file

@ -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 . ' --format=pretty --no-code-generation run');
chdir($curdir);