Method: Cucumber::Runtime::SupportCode#step_definitions

Defined in:
lib/cucumber/runtime/support_code.rb

#step_definitionsObject



126
127
128
129
130
# File 'lib/cucumber/runtime/support_code.rb', line 126

def step_definitions
  @programming_languages.map do |programming_language|
    programming_language.step_definitions
  end.flatten
end