Sha256: 7d14964cbfcc22896f0c597c43c69d9dfd6efb591cfc594ea7730ee8eaa573e9

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 Bytes

Contents

module Hypercuke
  # I am the superclass for all of the generated step adapters.
  class StepAdapter
    def initialize(context, step_driver)
      @context     = context
      @step_driver = step_driver
    end

    private
    attr_reader :context, :step_driver
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hypercuke-0.5.2 lib/hypercuke/step_adapter.rb
hypercuke-0.5.1 lib/hypercuke/step_adapter.rb
hypercuke-0.5.0 lib/hypercuke/step_adapter.rb
hypercuke-0.4.1 lib/hypercuke/step_adapter.rb