We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5af4 commit a27b517Copy full SHA for a27b517
actionpack/lib/action_dispatch/testing/integration.rb
@@ -3,6 +3,7 @@
3
require 'active_support/core_ext/kernel/singleton_class'
4
require 'active_support/core_ext/object/try'
5
require 'rack/test'
6
+require 'minitest/unit'
7
8
module ActionDispatch
9
module Integration #:nodoc:
0 commit comments