Hey there,
I'm guessing something changed over the weekend:
- Removing phpspec/phpspec (dev-master 4a3c51f)
- Installing phpspec/phpspec (dev-master e2554bd)
Downloading: 100%
When I tried to run my tests this morning I just get:
I'm building an app on the in-development Laravel 5 and have about 50 examples which were all running fine last week.
My phpspec.yml is:
suites:
app_suite:
namespace: App
psr4_prefix: App
src_path: app
spec_path: tests
spec_prefix: spec
Any advice on what I might need to change to get them working again?
Thanks!