Method: Cucumber::Runtime::SupportCode#unmatched_step_definitions
- Defined in:
- lib/cucumber/runtime/support_code.rb
#unmatched_step_definitions ⇒ Object
93 94 95 96 97 |
# File 'lib/cucumber/runtime/support_code.rb', line 93 def unmatched_step_definitions @programming_languages.map do |programming_language| programming_language.unmatched_step_definitions end.flatten end |