aboutsummaryrefslogblamecommitdiffstats
path: root/test/helper.rb
blob: 4048ddbd3fe32c5381a8d35681b9a0b8382d9274 (plain) (tree)
1
2
3
4
5
6
7
8







                                                
require 'bundler'
Bundler.setup

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

require 'active_job'

require 'active_support/testing/autorun'