Consume:
$ git clone https://github.com/sitrunlab/learn-phpspec.git
$ cd learn-phpspec
$ composer install
$ bin/phpspec runAdd new Spec:
$ bin/phpspec desc App/FooYou will get FooSpec class with namespace Spec\App inside spec folder.
Run phpspec:
$ bin/phpspec runIf you don't have an App\Foo.php file, phpspec will ask for generate one for you:
And you're ready to add more tests first app!
