Sha256: 825a17d21552bfc4bd642602c1168ad15941071c50316d411c1a94da16857d85
Contents?: true
Size: 273 Bytes
Versions: 52
Compression:
Stored size: 273 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
52 entries across 50 versions & 11 rubygems