From 6c05b5e938ac48b69aec17c598fec447e38dde31 Mon Sep 17 00:00:00 2001 From: Yehuda Katz and Carl Lerche Date: Wed, 8 Apr 2009 17:33:06 -0700 Subject: Temporarily modifies setup to call super directly. This can support more T::U runners. --- actionpack/lib/action_controller/testing/test_case.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/testing') diff --git a/actionpack/lib/action_controller/testing/test_case.rb b/actionpack/lib/action_controller/testing/test_case.rb index c14785ba83..4f38f75f41 100644 --- a/actionpack/lib/action_controller/testing/test_case.rb +++ b/actionpack/lib/action_controller/testing/test_case.rb @@ -141,7 +141,9 @@ module ActionController end end - setup :setup_controller_request_and_response + def setup + setup_controller_request_and_response + end @@controller_class = nil -- cgit v1.2.3