From 5c527c2f61d43641f3efa32c960234bc71c6e95e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 4 Jan 2010 19:44:13 -0800 Subject: Controller tests should always require view tests since they add behavior controllers expect --- actionpack/lib/action_controller/test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index e11e38b20c..7e6da0e61d 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -1,4 +1,5 @@ require 'rack/session/abstract/id' +require 'action_view/test_case' module ActionController class TestRequest < ActionDispatch::TestRequest #:nodoc: -- cgit v1.2.3