mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing require for minitest assertions. Breaks calling 'app' in console otherwise. See 94248ffe1e
.
This commit is contained in:
parent
91c5af413b
commit
a27b5178d9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'uri'
|
|||
require 'active_support/core_ext/kernel/singleton_class'
|
||||
require 'active_support/core_ext/object/try'
|
||||
require 'rack/test'
|
||||
require 'minitest/unit'
|
||||
|
||||
module ActionDispatch
|
||||
module Integration #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue