Method: Cucumber::Undefined.with_prefix

Defined in:
lib/cucumber/errors.rb

.with_prefix(step_name) ⇒ Object

[View source] [View on GitHub]

18
19
20
# File 'lib/cucumber/errors.rb', line 18

def self.with_prefix(step_name)
  %(Undefined step: "#{step_name}")
end