spec/spec_helper.rb in redis_failover-0.6.0 vs spec/spec_helper.rb in redis_failover-0.7.0

- old
+ new

@@ -10,10 +10,11 @@ end end module RedisFailover Util.logger = NullObject.new - def ZkClient.new(*args); NullObject.new; end end + +def ZK.new(*args); NullObject.new; end RSpec.configure do |config| end \ No newline at end of file