Sha256: 26ae7a5fbbaaa481ffafc660fd3353958aa2f53e4d967948defe3b22ffd14e9a

Contents?: true

Size: 274 Bytes

Versions: 27

Compression:

Stored size: 274 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 release. Please use Runtime instead. #{caller[0]}")
      super
    end
  end
end

Version data entries

27 entries across 25 versions & 2 rubygems

Version Path
cucumber-1.3.3 lib/cucumber/step_mother.rb
cucumber-1.3.2 lib/cucumber/step_mother.rb
cucumber-1.3.1 lib/cucumber/step_mother.rb
cucumber-1.3.0 lib/cucumber/step_mother.rb
cucumber-1.2.5 lib/cucumber/step_mother.rb
cucumber-1.2.3 lib/cucumber/step_mother.rb
cucumber-1.2.2 lib/cucumber/step_mother.rb