StandardError
Raised when there is no matching StepDefinition for a step.
# File lib/cucumber/step_mother.rb, line 13 13: def initialize(step_name) 14: super %{Undefined step: "#{step_name}"} 15: @step_name = step_name 16: end
# File lib/cucumber/step_mother.rb, line 18 18: def nested! 19: @nested = true 20: end
# File lib/cucumber/step_mother.rb, line 22 22: def nested? 23: @nested 24: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.