class Cucumber::Undefined

Public Class Methods

new(step_name) click to toggle source
Calls superclass method
# File lib/gauntlt/patches/errors.rb, line 3
def initialize(step_name)
  super %{Not a recognized gauntlt attack step: "#{step_name}"\nCheck available gauntlt steps with this command 'gauntlt --allsteps'}
  @step_name = step_name
end