Class: Hypercuke::StepAdapter
- Inherits:
-
Object
- Object
- Hypercuke::StepAdapter
- Defined in:
- lib/hypercuke/step_adapter.rb
Overview
I am the superclass for all of the generated step adapters.
Instance Method Summary collapse
-
#initialize(context, step_driver) ⇒ StepAdapter
constructor
A new instance of StepAdapter.
Constructor Details
#initialize(context, step_driver) ⇒ StepAdapter
Returns a new instance of StepAdapter.
4 5 6 7 |
# File 'lib/hypercuke/step_adapter.rb', line 4 def initialize(context, step_driver) @context = context @step_driver = step_driver end |