aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/rescue_job.rb
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-08-29 08:28:07 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-08-29 08:50:09 +0000
commitd56caea4269abbc6d13f63de40e3b686b13a066f (patch)
treefbd5c96c4ce8b7e591669d28677cc51559cce38b /activejob/test/jobs/rescue_job.rb
parent82cb3de461d15c1e59b49465ce714594a45b7f5f (diff)
downloadrails-d56caea4269abbc6d13f63de40e3b686b13a066f.tar.gz
rails-d56caea4269abbc6d13f63de40e3b686b13a066f.tar.bz2
rails-d56caea4269abbc6d13f63de40e3b686b13a066f.zip
[ActiveJob] extract JobBuffer from helper
Diffstat (limited to 'activejob/test/jobs/rescue_job.rb')
-rw-r--r--activejob/test/jobs/rescue_job.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activejob/test/jobs/rescue_job.rb b/activejob/test/jobs/rescue_job.rb
index e9cb37d1c4..6b6e74e9d0 100644
--- a/activejob/test/jobs/rescue_job.rb
+++ b/activejob/test/jobs/rescue_job.rb
@@ -1,3 +1,5 @@
+require_relative '../support/job_buffer'
+
class RescueJob < ActiveJob::Base
class OtherError < StandardError; end