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:
parent
b3641967b8
commit
4c8fba11d7
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue