From 029cbb35352ed79805da1b3a089e724b05bd2a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 25 Aug 2016 04:41:35 -0300 Subject: Fix typo in the hook name --- actionpack/lib/action_controller/test_case.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index 5b82951212..d84320b713 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -627,7 +627,7 @@ module ActionController include ActionDispatch::Assertions class_attribute :_controller_class setup :setup_controller_request_and_response - ActiveSupport.run_load_hooks(:action_view_test_case, self) + ActiveSupport.run_load_hooks(:action_controller_test_case, self) end private -- cgit v1.2.3