features/default_snippets.feature in cucumber-0.4.3 vs features/default_snippets.feature in cucumber-0.4.4

- old
+ new

@@ -25,14 +25,14 @@ 2 steps (2 undefined) You can implement step definitions for undefined steps with these snippets: Given /^Z$/ do - pending + pending # express the regexp above with the code you wish you had end Given /^Q$/ do - pending + pending # express the regexp above with the code you wish you had end If you want snippets in a different programming language, just make sure a file with the appropriate file extension exists where cucumber looks for step definitions. \ No newline at end of file