Merge pull request #261 from miya0001/fix-incorrect-help

fix incorrect help for `printLastResponse()`
This commit is contained in:
Christophe Coevoet
2016-11-17 12:38:25 +01:00
committed by GitHub

View File

@@ -508,8 +508,8 @@ class MinkContext extends RawMinkContext implements TranslatableContext
/**
* Prints last response to console
* Example: Then print current response
* Example: And print current response
* Example: Then print last response
* Example: And print last response
*
* @Then /^print last response$/
*/