aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-02-08 11:06:19 -0300
committerGitHub <noreply@github.com>2017-02-08 11:06:19 -0300
commit47113df0341cd7bf56056bc666527978c586c7c5 (patch)
tree9c6ecd05cb4201495be33a352181f467c49833b5 /activejob/test
parent25c6f4c947450c75c5a43ded19d7b6ca8b7c95b6 (diff)
parent70e8fed5a36484ea602c318be74079b58dc543d0 (diff)
downloadrails-47113df0341cd7bf56056bc666527978c586c7c5.tar.gz
rails-47113df0341cd7bf56056bc666527978c586c7c5.tar.bz2
rails-47113df0341cd7bf56056bc666527978c586c7c5.zip
Merge pull request #27940 from y-yagi/deprecate_halt_callback_chains_on_return_false
deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display_warning_on_return_false`
Diffstat (limited to 'activejob/test')
-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"