class Cucumber::Configuration
def snippet_generators
- snippet type
- multiline argument
- step text
- keyword
Each proc should take the following arguments:
formatter wants to display snippets to the user.
An array of procs that can generate snippets for undefined steps. These procs may be called if a
def snippet_generators @options[:snippet_generators] ||= [] end