spec/spec_helper.rb in redis-objects-0.3.1 vs spec/spec_helper.rb in redis-objects-0.3.2

- old
+ new

@@ -1,7 +1,11 @@ $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib') require 'redis' +require 'rubygems' # poor people still on 1.8 +require 'bacon' +Bacon.summary_at_exit + $redis = Redis.new(:host => ENV['REDIS_HOST'], :port => ENV['REDIS_PORT']) UNIONSTORE_KEY = 'test:unionstore' INTERSTORE_KEY = 'test:interstore' DIFFSTORE_KEY = 'test:diffstore'