Sha256: 7b89d68767511f0f61c2c52f5da2a89ab3177b19f075568d805b5220ccf789ff
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
# add project-relative load paths $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) # require stuff require 'redistat' require 'rspec' require 'rspec/autorun' # use the test Redistat instance Redistat.connect({:port => 8379, :db => 15}) Redistat.flush
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redistat-0.0.4 | spec/spec_helper.rb |
redistat-0.0.3 | spec/spec_helper.rb |
redistat-0.0.2 | spec/spec_helper.rb |
redistat-0.0.1 | spec/spec_helper.rb |