test/functional_connection.rb in ruote-beanstalk-2.1.10 vs test/functional_connection.rb in ruote-beanstalk-2.1.11

- old
+ new

@@ -12,8 +12,8 @@ require 'ruote/beanstalk' def new_storage (opts) - Ruote::Beanstalk::BsStorage.new('127.0.0.1:11300', opts) + Ruote::Beanstalk::Storage.new('127.0.0.1:11300', opts) end