Improved docs

This commit is contained in:
Dmitry Khomutov 2016-07-19 15:12:28 +06:00
commit 320a249153
49 changed files with 454 additions and 193 deletions

View file

@ -1,24 +1,18 @@
Plugin PHP Spec
---------------
Runs [PHP Spec](http://www.phpspec.net/) tests against your build.
### Configuration Options:
Configuration
=============
### Options
* **bootstrap** - Optional - Path to a PHPSpec bootstrap file.
### Example
### Examples
```
build_settings:
[...]
setup:
[...]
test:
php_spec:
complete:
[...]
success:
[...]
```