remove reference to Test::Unit

This commit is contained in:
Aaron Patterson 2012-01-06 17:39:44 -08:00
parent 4a2035156a
commit 686f94e768
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ require 'active_support/test_case'
require 'action_controller'
# work around the at_exit hook in test/unit, which kills IRB
Test::Unit.run = true if Test::Unit.respond_to?(:run=)
module Rails
module ConsoleMethods