I have just installed phpspec into my Laravel project with composer, but when I try running phpspec
I get this error:
Could not open input file: /cygdrive/c/development/myproject/vendor/phpspec/phpspec/bin/phpspec
It's the same when I try to run it without alias from vendor/bin/phpspec
What am I missing?