Sha256: a3b2514936f4f63afdea63a65c744473f93caadacbeedd9a814d81421ca55c49

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

#
# testing ruote-beanstalk
#
# Mon May  3 19:00:00 JST 2010
#

require 'yajl' rescue require 'json'
require 'rufus-json'
Rufus::Json.detect_backend

require 'ruote/beanstalk'


def new_storage (opts)

  Ruote::Beanstalk::Storage.new('127.0.0.1:11300', opts)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruote-beanstalk-2.2.0 test/functional_connection.rb
ruote-beanstalk-2.1.11 test/functional_connection.rb