aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
blob: ad263c05cdbb0533ce77692efa947b13aad6d21f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'bundler'
Bundler.setup

$LOAD_PATH << File.dirname(__FILE__) + "/../lib"

require 'active_job'

adapter  = ENV['AJADAPTER'] || 'inline'

require "adapters/#{adapter}"

require 'active_support/testing/autorun'

ActiveJob::Base.logger.level = Logger::DEBUG