spec/worker/in_memory_spec.rb in asynchronic-2.0.1 vs spec/worker/in_memory_spec.rb in asynchronic-3.0.0

- old
+ new

@@ -3,9 +3,10 @@ describe Asynchronic::Worker, 'InMemory' do let(:queue_engine) { Asynchronic::QueueEngine::InMemory.new } let(:data_store) { Asynchronic::DataStore::InMemory.new } + let(:notifier) { Asynchronic::Notifier::InMemory.new } include WorkerExamples end \ No newline at end of file