Sha256: 4fd55f03d544d0fa2236ca9f2cc0dd2357ec2d870fbc88f9fde9932194281d22

Contents?: true

Size: 278 Bytes

Versions: 2

Compression:

Stored size: 278 Bytes

Contents

require 'cucumber/runtime'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-0.9.3 lib/cucumber/step_mother.rb
cucumber-0.9.2 lib/cucumber/step_mother.rb