Set queue_adapter to :test in test env config

#186
This commit is contained in:
Artur Beljajev 2016-10-26 16:42:52 +03:00
parent 2f9199fce7
commit ea95bd2f9c

View file

@ -62,6 +62,7 @@ Rails.application.configure do
Bullet.add_whitelist type: :counter_cache, class_name: 'Contact', association: :versions
end
config.active_job.queue_adapter = :test
config.logger = ActiveSupport::Logger.new(nil)
end