class Wicked::Wizard::UndefinedStepsError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/wicked/wizard.rb, line 12
def initialize
  super "No step definitions have been supplied; if setting via `before_action`, use `prepend_before_action`"
end