StandardError
Raised when there is no matching StepDefinition for a step called from within another step definition.
# File lib/cucumber/errors.rb, line 26 def initialize(step_name) super %(Undefined dynamic step: "#{step_name}") end