class Cucumber::UndefinedDynamicStep
from within another step definition.
Raised when there is no matching StepDefinition for a step called
def initialize(step_name)
def initialize(step_name) super %(Undefined dynamic step: "#{step_name}") end
from within another step definition.
Raised when there is no matching StepDefinition for a step called
def initialize(step_name) super %(Undefined dynamic step: "#{step_name}") end