Sha256: 0a27ebc83ff85bd4722b431324a3e0ff25ec1f25f06f91f36a4ead8f1f7d6cfb

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

ruote_lib = File.expand_path(
  File.join(File.dirname(__FILE__), %w[ .. .. .. ruote lib ]))
ruote_beanstalk_lib = File.expand_path(
  File.join(File.dirname(__FILE__), %w[ .. .. lib ]))

$:.unshift(ruote_lib)
$:.unshift(ruote_beanstalk_lib)

require 'test/unit'

require 'rubygems'
require 'yajl'

require 'ruote'
require 'ruote/beanstalk'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruote-beanstalk-2.2.0 test/functional/base.rb
ruote-beanstalk-2.1.11 test/functional/base.rb
ruote-beanstalk-2.1.10 test/functional/base.rb