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.20.0 lib/hydra/spec/autorun_override.rb
bellmyer-hydra-0.20.12 lib/hydra/spec/autorun_override.rb
bellmyer-hydra-0.20.11 lib/hydra/spec/autorun_override.rb
bellmyer-hydra-0.20.10 lib/hydra/spec/autorun_override.rb
bellmyer-hydra-0.20.9 lib/hydra/spec/autorun_override.rb
hydra-0.19.4 lib/hydra/spec/autorun_override.rb
hydra-0.19.3 lib/hydra/spec/autorun_override.rb
hydra-0.19.2 lib/hydra/spec/autorun_override.rb
hydra-0.19.1 lib/hydra/spec/autorun_override.rb
hydra-0.19.0 lib/hydra/spec/autorun_override.rb
hydra-0.18.0 lib/hydra/spec/autorun_override.rb
sskirby-hydra-0.17.1 lib/hydra/spec/autorun_override.rb
sskirby-hydra-0.16.10 lib/hydra/spec/autorun_override.rb
hydra-0.17.0 lib/hydra/spec/autorun_override.rb
sskirby-hydra-0.16.9 lib/hydra/spec/autorun_override.rb
hydra-0.16.7 lib/hydra/spec/autorun_override.rb
hydra-0.16.6 lib/hydra/spec/autorun_override.rb
hydra-0.16.5 lib/hydra/spec/autorun_override.rb
hydra-0.16.4 lib/hydra/spec/autorun_override.rb
hydra-0.16.3 lib/hydra/spec/autorun_override.rb