Skip to content

Commit a27b517

Browse files
committed
Add missing require for minitest assertions. Breaks calling 'app' in console otherwise. See 94248ff.
1 parent 91c5af4 commit a27b517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/lib/action_dispatch/testing/integration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'active_support/core_ext/kernel/singleton_class'
44
require 'active_support/core_ext/object/try'
55
require 'rack/test'
6+
require 'minitest/unit'
67

78
module ActionDispatch
89
module Integration #:nodoc:

0 commit comments

Comments
 (0)