Class: Hypercuke::StepAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/hypercuke/step_adapter.rb

Overview

I am the superclass for all of the generated step adapters.

Instance Method Summary collapse

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