Sha256: 95730944c2d4af605f9b5f8b1fbf3ab59f5b9a44e69f90e320544337c0a0d625

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'contest'
require 'redis'
require 'ohm'
require 'timecop'
require 'mocha'

Ohm.connect :host => "localhost", :port => "6379"

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'ohm/contrib'

class Test::Unit::TestCase
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ohm-contrib-0.0.31 test/helper.rb
ohm-contrib-0.0.30 test/helper.rb
ohm-contrib-0.0.29 test/helper.rb
ohm-contrib-0.0.28 test/helper.rb
ohm-contrib-0.0.27 test/helper.rb
ohm-contrib-0.0.26 test/helper.rb
ohm-contrib-0.0.25 test/helper.rb