From 4c8fba11d7c20f83a6a336772e0e0c230be59688 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 14 Aug 2012 08:48:40 -0700 Subject: We don't need to require AS::TestCase This was only needed due to https://github.com/rails/rails/blob/6591a10b1f6eccc91bc01ab708050884058e9665/railties/lib/rails/console_app.rb#L6 We don't need that on master. Fixes #6907. --- railties/lib/rails/console/app.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/console/app.rb b/railties/lib/rails/console/app.rb index ee8bb55f38..2a69c26deb 100644 --- a/railties/lib/rails/console/app.rb +++ b/railties/lib/rails/console/app.rb @@ -1,9 +1,6 @@ require 'active_support/all' -require 'active_support/test_case' require 'action_controller' -# work around the at_exit hook in test/unit, which kills IRB - module Rails module ConsoleMethods # reference the global "app" instance, created on demand. To recreate the -- cgit v1.2.3