Skip to content

Commit

Permalink
Merge branch 'jakubzapletal-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pocky committed Dec 11, 2015
2 parents eaeae02 + 1804dcd commit 36e8f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ default:
extensions:
RMiller\BehatSpec\BehatExtension:
path: bin/phpspec #default value is bin/phpspec
config: path/to/phpspec.yml #optional
```
Activate the PhpSpec extension by specifying its class in your `phpspec.yml`:
Expand All @@ -126,6 +127,7 @@ default:
rerunner:
path: vendor/bin/phpspec
commands: [describe, exemplify, your_own_fancy_command]
config: path/to/phpspec.yml #optional
```

### Some Details
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"require": {
"php": ">=5.4",
"rmiller/error-extension": "~0.1",
"rmiller/phpspec-extension": "~0.1",
"rmiller/phpspec-extension": "~0.2",
"rmiller/exemplify-extension": "~0.2",
"rmiller/phpspec-run-extension": "~0.1"
"rmiller/phpspec-run-extension": "~0.2"
},

"autoload": {
Expand Down
1 change: 1 addition & 0 deletions src/BehatExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function configure(ArrayNodeDefinition $builder)
->addDefaultsIfNotSet()
->children()
->scalarNode('path')->defaultValue('bin/phpspec')->end()
->scalarNode('config')->defaultNull()->end()
->end()
->end();
}
Expand Down

0 comments on commit 36e8f43

Please sign in to comment.