richardmiller-zz / BehatSpec

Extensions to integrate Behat and PhpSpec
MIT License
51 stars 6 forks source link

Could not open input file: bin/phpspec #7

Closed Lionel-D closed 7 years ago

Lionel-D commented 7 years ago

Hi, it's me again... (-_-)'

Well everything was running smooth until I hit the rerun step, then :

Could not open input file: bin/phpspec

As explained in the README, I've edited the phpspec.yml to override the default path but it doesn't seems to work. Any ideas?

You can test the bug on my project repo running behat --suite=DayTest.

pocky commented 7 years ago

Hello,

The documentation is wrong, your phpspec.yml should be:

rerunner:
     path: vendor/bin/phpspec
     commands: [describe, exemplify]

extensions:
- RMiller\BehatSpec\PhpSpecExtension

Sorry, we will fix it.

Lionel-D commented 7 years ago

thanks for the update, it works ! :-)