Sha256: 40409942216bcd9a0473ebac852088e1a18fa9826151191d696a23d6f296483c

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

module RogerNoopTest
  class Test

    def initialize(options={})
      @options = {}
      @options.update(options) if options            
    end

    def call(test, options={})
      test.log(self, "NOOP")
      true
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roger-0.13.0 test/project/lib/tests/noop/lib/test.rb