From 2bc36dbd53a33f80167ad87d309b0c9b728571ba Mon Sep 17 00:00:00 2001 From: Phill Price Date: Wed, 8 Apr 2015 17:05:35 +0100 Subject: [PATCH] DOCS: Updated definition check Matches the one in the main Readme --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 4cb29d7..1b349d1 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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.