Exception: Cucumber::RbSupport::RbTransform::MissingProc

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

Instance Method Summary collapse

Instance Method Details

#messageObject



15
16
17
# File 'lib/cucumber/rb_support/rb_transform.rb', line 15

def message
  "Transforms must always have a proc with at least one argument"
end