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:
parent
3f28e0bda6
commit
5c527c2f61
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'rack/session/abstract/id'
|
||||
require 'action_view/test_case'
|
||||
|
||||
module ActionController
|
||||
class TestRequest < ActionDispatch::TestRequest #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue