I'm trying to get phpspec running with Laravel, following this video
I install it ok with composer, and add an alias, but when I run:
phpspec describe Shipping'
I get an error:
[RuntimeException]
Can not find appropriate suite scope for class `Shipping`.