demarches-normaliennes/spec/support/active_job.rb

10 lines
167 B
Ruby
Raw Normal View History

RSpec.configure do |config|
config.include ActiveJob::TestHelper
config.before(:each) do
clear_enqueued_jobs
end
end
ActiveJob::Base.queue_adapter = :test