class Cucumber::UndefinedDynamicStep
Raised when there is no matching StepDefinition for a step called from within another step definition.
Public Class Methods
Source
# File lib/cucumber/errors.rb, line 26 def initialize(step_name) super %(Undefined dynamic step: "#{step_name}") end
Calls superclass method