1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Controller tests should always require view tests since they add behavior controllers expect

This commit is contained in:
Jeremy Kemper 2010-01-04 19:44:13 -08:00
parent 3f28e0bda6
commit 5c527c2f61

View file

@ -1,4 +1,5 @@
require 'rack/session/abstract/id'
require 'action_view/test_case'
module ActionController
class TestRequest < ActionDispatch::TestRequest #:nodoc: