Skip to content

Commit

Permalink
Update definitions command (change --definitions to -dl)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisixion committed Mar 12, 2012
1 parent d4e6be6 commit 629b00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Afterwards, the feature context so far, will be this.
}
}
Let's check, whether Behat recognizes our new definitions with ``php app/console behat -e test @AcmeDemoBundle --definitions``. The output should be.
Let's check, whether Behat recognizes our new definitions with ``php app/console behat -e test @AcmeDemoBundle -dl``. The output should be.

* ``Given /I have a category "([^"]*)"/``
* ``Given /I have a product "([^"]*)"/``
Expand Down

0 comments on commit 629b00a

Please sign in to comment.