Skip to content

Commit

Permalink
Fixes #4818 (#4815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Watts authored and DavertMik committed Feb 19, 2018
1 parent 1c56173 commit e3eba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Lib/Generator/GherkinSnippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GherkinSnippets
*/
public function {{methodName}}({{params}})
{
throw new \Codeception\Exception\Incomplete("Step `{{text}}` is not defined");
throw new \Codeception\Exception\Incomplete("Step `{{text}}` is not defined");
}
EOF;
Expand Down

0 comments on commit e3eba4c

Please sign in to comment.