Exception: Cucumber::StepDefinition::MissingProc

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/step_definition.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



79
80
81
# File 'lib/cucumber/step_definition.rb', line 79

def message
  "Step definitions must always have a proc"
end