Sha256: 4a87e2b67e24b540e479e0c2c4a9d39d7f70b5cabd6a3a6139b03448f9fde58b
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
module RogerNoopTest class Test def initialize(options={}) @options = {} @options.update(options) if options end def call(test, options={}) test.log(self, "NOOP") test.debug(self, "NOOP DEBUG") true end end end
Version data entries
6 entries across 6 versions & 1 rubygems