Sha256: 9df87634dc036567a9a0664c4ee475b596dc9b55f36e1de0907614c3a425bdac

Contents?: true

Size: 331 Bytes

Versions: 18

Compression:

Stored size: 331 Bytes

Contents

require 'minitest_helper'
require_relative './worker_examples'

describe Asynchronic::Worker, 'Redis' do

  let(:queue_engine) { Asynchronic::QueueEngine::Ost.new }
  let(:data_store) { Asynchronic::DataStore::Redis.new :asynchronic_test}

  after do
    data_store.clear
    queue_engine.clear
  end

  include WorkerExamples

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
asynchronic-2.0.1 spec/worker/redis_spec.rb
asynchronic-2.0.0 spec/worker/redis_spec.rb
asynchronic-1.6.3 spec/worker/redis_spec.rb
asynchronic-1.6.2 spec/worker/redis_spec.rb
asynchronic-1.6.1 spec/worker/redis_spec.rb
asynchronic-1.6.0 spec/worker/redis_spec.rb
asynchronic-1.5.2 spec/worker/redis_spec.rb
asynchronic-1.5.1 spec/worker/redis_spec.rb
asynchronic-1.5.0 spec/worker/redis_spec.rb
asynchronic-1.4.0 spec/worker/redis_spec.rb
asynchronic-1.3.1 spec/worker/redis_spec.rb
asynchronic-1.3.0 spec/worker/redis_spec.rb
asynchronic-1.2.2 spec/worker/redis_spec.rb
asynchronic-1.2.1 spec/worker/redis_spec.rb
asynchronic-1.2.0 spec/worker/redis_spec.rb
asynchronic-1.1.1 spec/worker/redis_spec.rb
asynchronic-1.1.0 spec/worker/redis_spec.rb
asynchronic-1.0.0 spec/worker/redis_spec.rb