aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/test/abstract_unit.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionwebservice/test/abstract_unit.rb b/actionwebservice/test/abstract_unit.rb
index 3c5a973498..b7088c43f3 100644
--- a/actionwebservice/test/abstract_unit.rb
+++ b/actionwebservice/test/abstract_unit.rb
@@ -9,6 +9,10 @@ require 'action_web_service'
require 'action_controller'
require 'action_controller/test_process'
+# Show backtraces for deprecated behavior for quicker cleanup.
+ActiveSupport::Deprecation.debug = true
+
+
ActionController::Base.logger = Logger.new("debug.log")
ActionController::Base.ignore_missing_templates = true