Exception: Cucumber::RbSupport::RbStepDefinition::MissingProc

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

Instance Method Summary collapse

Instance Method Details

#messageObject



21
22
23
# File 'lib/cucumber/rb_support/rb_step_definition.rb', line 21

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