We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27b85 commit 914a781Copy full SHA for 914a781
Makefile
@@ -1,4 +1,7 @@
1
-tests: phpspec behat
+tests: phpspec behat rusty
2
+
3
+rusty:
4
+ php ./bin/rusty check --no-execute src doc
5
6
behat:
7
php ./bin/behat --colors -vvv
composer.json
@@ -52,7 +52,9 @@
52
"coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
53
"phpspec/phpspec": "~2.0,>=2.4@dev",
54
55
- "behat/behat": "~3.0"
+ "behat/behat": "~3.0",
56
57
+ "kphoen/rusty": "dev-master"
58
},
59
"suggest": {
60
"kphoen/rulerz-spec-builder": "If you want a specification builder",
0 commit comments