diff --git a/composer.json b/composer.json index 34def2f72..82da4049a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ "laravel/framework": "~5.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.0", + "phpspec/phpspec": "~2.1" }, "autoload": { "classmap": [ diff --git a/phpspec.yml b/phpspec.yml new file mode 100644 index 000000000..eb57939e5 --- /dev/null +++ b/phpspec.yml @@ -0,0 +1,5 @@ +suites: + main: + namespace: App + psr4_prefix: App + src_path: app \ No newline at end of file