test/functional_connection.rb in ruote-redis-2.1.11 vs test/functional_connection.rb in ruote-redis-2.2.0

- old
+ new

@@ -21,10 +21,10 @@ end def new_storage (opts) - Ruote::Redis::RedisStorage.new( + Ruote::Redis::Storage.new( ::Redis.new(:db => 14, :thread_safe => true), #::Redis.new(:db => 14, :thread_safe => true, :logger => RrLogger.new), opts) end