Merge pull request #85 from phillprice/patch-2

DOCS: Updated definition check
This commit is contained in:
Ingo Schommer 2015-04-21 14:31:24 +12:00
commit a02b04c727

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.