aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-01-04 19:44:13 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-04 19:44:27 -0800
commit5c527c2f61d43641f3efa32c960234bc71c6e95e (patch)
tree7b5cd333ec7a3d4142495f7b3f62bf3532f749e8 /actionpack/lib
parent3f28e0bda6386ed25d07182dd39b84f6a7d330da (diff)
downloadrails-5c527c2f61d43641f3efa32c960234bc71c6e95e.tar.gz
rails-5c527c2f61d43641f3efa32c960234bc71c6e95e.tar.bz2
rails-5c527c2f61d43641f3efa32c960234bc71c6e95e.zip
Controller tests should always require view tests since they add behavior controllers expect
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/test_case.rb1
1 files changed, 1 insertions, 0 deletions
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: