Skip to content

Commit 914a781

Browse files
author
Kévin Gomez
committed
Include rusty in the test-suite
1 parent 9a27b85 commit 914a781

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
tests: phpspec behat
1+
tests: phpspec behat rusty
2+
3+
rusty:
4+
php ./bin/rusty check --no-execute src doc
25

36
behat:
47
php ./bin/behat --colors -vvv

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
5353
"phpspec/phpspec": "~2.0,>=2.4@dev",
5454

55-
"behat/behat": "~3.0"
55+
"behat/behat": "~3.0",
56+
57+
"kphoen/rusty": "dev-master"
5658
},
5759
"suggest": {
5860
"kphoen/rulerz-spec-builder": "If you want a specification builder",

0 commit comments

Comments
 (0)