Class: Cucumber::StepMother

Inherits:
Runtime show all
Defined in:
lib/cucumber/step_mother.rb

Instance Attribute Summary

Attributes inherited from Runtime

#results

Attributes included from Runtime::UserInterface

#visitor

Instance Method Summary collapse

Methods inherited from Runtime

#after, #after_step, #around, #before, #before_and_after, #configure, #doc_string, #features_paths, #load_programming_language, #run!, #scenarios, #snippet_text, #step_match, #step_visited, #steps, #unknown_programming_language?, #unmatched_step_definitions, #with_hooks, #write_stepdefs_json

Methods included from Runtime::UserInterface

#ask, #embed, #puts

Methods included from Formatter::Duration

#format_duration

Constructor Details

#initialize(*args) ⇒ StepMother

Returns a new instance of StepMother.



5
6
7
8
# File 'lib/cucumber/step_mother.rb', line 5

def initialize(*args)
  warn("StepMother has been deprecated and will be gently put to sleep at the next major release. Please use Runtime instead. #{caller[0]}")
  super
end