Sha256: e303bf573af7e1412a4f172f4884c661f31665e068698485416cce1c0a4e8bda

Contents?: true

Size: 336 Bytes

Versions: 14

Compression:

Stored size: 336 Bytes

Contents

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

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

$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

14 entries across 14 versions & 1 rubygems

Version Path
ohm-contrib-0.0.24 test/helper.rb
ohm-contrib-0.0.23 test/helper.rb
ohm-contrib-0.0.22 test/helper.rb
ohm-contrib-0.0.21 test/helper.rb
ohm-contrib-0.0.20 test/helper.rb
ohm-contrib-0.0.19 test/helper.rb
ohm-contrib-0.0.18 test/helper.rb
ohm-contrib-0.0.17 test/helper.rb
ohm-contrib-0.0.16 test/helper.rb
ohm-contrib-0.0.15 test/helper.rb
ohm-contrib-0.0.14 test/helper.rb
ohm-contrib-0.0.13 test/helper.rb
ohm-contrib-0.0.12 test/helper.rb
ohm-contrib-0.0.11 test/helper.rb