Exception: Cucumber::Glue::StepDefinition::MissingProc

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

Instance Method Summary collapse

Instance Method Details

#messageObject



20
21
22
# File 'lib/cucumber/glue/step_definition.rb', line 20

def message
  'Step definitions must always have a proc or symbol'
end