aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-08 17:24:49 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-08 17:24:49 +0900
commit70e8fed5a36484ea602c318be74079b58dc543d0 (patch)
tree9c6ecd05cb4201495be33a352181f467c49833b5 /activejob
parent4e63ce53fc25c3bc15c5ebf54bab54fa847ee02a (diff)
downloadrails-70e8fed5a36484ea602c318be74079b58dc543d0.tar.gz
rails-70e8fed5a36484ea602c318be74079b58dc543d0.tar.bz2
rails-70e8fed5a36484ea602c318be74079b58dc543d0.zip
remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere
Diffstat (limited to 'activejob')
-rw-r--r--activejob/test/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index 776f7788de..db07ecab7a 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -1,7 +1,6 @@
require "active_job"
require "support/job_buffer"
-ActiveSupport.halt_callback_chains_on_return_false = false
GlobalID.app = "aj"
@adapter = ENV["AJ_ADAPTER"] || "inline"