Module: Procrastinator::Test
- Defined in:
- lib/procrastinator/test/mocks.rb
Overview
Reusable Test classes for mocking out object queues.
require 'procrastinator/test/mocks'
Procrastinator.setup do |config|
config.define_queue :test_queue, Procrastinator::Test::Mock
end
Defined Under Namespace
Classes: MockDataTask, MockTask, MockTaskWithData, MockThread