Sha256: 145e2e45886635a40e29e1eb631e70509ec37cdf4f7147f0ea76ce2c70bd2654

Contents?: true

Size: 247 Bytes

Versions: 6

Compression:

Stored size: 247 Bytes

Contents

require 'couchrest'
require 'delayed/backend/couch_rest'

Delayed::Backend::CouchRest::Job.use_database CouchRest::Server.new.database!('delayed_job_spec')

# try to perform a query to check that we can connect
Delayed::Backend::CouchRest::Job.all

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
topprospect-delayed_job-2.0.9 spec/setup/couch_rest.rb
topprospect-delayed_job-2.0.8 spec/setup/couch_rest.rb
topprospect-delayed_job-2.0.7 spec/setup/couch_rest.rb
topprospect-delayed_job-2.0.6 spec/setup/couch_rest.rb
topprospect-delayed_job-2.0.5 spec/setup/couch_rest.rb
delayed_job-2.1.0.pre spec/setup/couch_rest.rb