1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

We don't need to require AS::TestCase

This was only needed due to
6591a10b1f/railties/lib/rails/console_app.rb (L6)

We don't need that on master.

Fixes #6907.
This commit is contained in:
Steve Klabnik 2012-08-14 08:48:40 -07:00
parent b3641967b8
commit 4c8fba11d7

View file

@ -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