spec/spec_helper.rb in redis-objects-0.2.1 vs spec/spec_helper.rb in redis-objects-0.2.2

- old
+ new

@@ -3,5 +3,6 @@ $redis = Redis.new(:host => ENV['REDIS_HOST'], :port => ENV['REDIS_PORT']) UNIONSTORE_KEY = 'test:unionstore' INTERSTORE_KEY = 'test:interstore' +DIFFSTORE_KEY = 'test:diffstore'