Skip to content

Commit

Permalink
Add missing require for minitest assertions. Breaks calling 'app' in …
Browse files Browse the repository at this point in the history
…console otherwise. See 94248ff.
  • Loading branch information
jeremy committed Oct 26, 2012
1 parent 91c5af4 commit a27b517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_dispatch/testing/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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:
Expand Down

0 comments on commit a27b517

Please sign in to comment.