Sha256: 8a07ae7811ff1e63bc408c1c05a8843d361093360dedf3f583c7a6dfc20e01d1

Contents?: true

Size: 182 Bytes

Versions: 22

Compression:

Stored size: 182 Bytes

Contents

if defined?(Spec)
  module Spec
    module Runner
      class << self
        # stop the auto-run at_exit
        def run
          return 0
        end 
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
hydra-0.16.2 lib/hydra/spec/autorun_override.rb
hydra-0.16.1 lib/hydra/spec/autorun_override.rb