DOCS: Updated definition check

Matches the one in the main Readme
This commit is contained in:
Phill Price 2015-04-08 17:05:35 +01:00
parent dca72b30ef
commit 2bc36dbd53
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ We'll see all steps marked as "not implemented" (orange).
Thankfully Behat already comes with a lot of step definitions,
so our next move is to review what's already available:
vendor/bin/behat --di @mysite
vendor/bin/behat @mymodule --definitions=i
The step definitions include form interactions, so we only
need to adjust our steps a bit to make them executable.