Sha256: ad37b306e773ccaf12c19bd5b06d348eaa5bbf1c8070a9bb55855fac92993b6b

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

# encoding: UTF-8

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))

begin
  require "ruby-debug"
rescue LoadError
end

require "cutest"

def silence_warnings
  original_verbose, $VERBOSE = $VERBOSE, nil
  yield
ensure
  $VERBOSE = original_verbose
end

$VERBOSE = true

require "ohm"

prepare do
  Ohm.redis.flushall
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm-1.0.0.rc1 test/helper.rb