StandardError
Raised when there is no matching StepDefinition for a step.
# File lib/cucumber/step_mother.rb, line 13 def initialize(step_name) super %{Undefined step: "#{step_name}"} @step_name = step_name end
# File lib/cucumber/step_mother.rb, line 18 def nested! @nested = true end
# File lib/cucumber/step_mother.rb, line 22 def nested? @nested end
[Validate]
Generated with the Darkfish Rdoc Generator 2.