mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove more unneeded include
This commit is contained in:
parent
a8c667e8f1
commit
c0026d5ba1
1 changed files with 0 additions and 3 deletions
|
@ -26,8 +26,6 @@ require 'active_model'
|
|||
require 'active_record'
|
||||
require 'action_controller/caching'
|
||||
|
||||
require 'rails-dom-testing'
|
||||
|
||||
require 'pp' # require 'pp' early to prevent hidden_methods from not picking up the pretty-print methods until too late
|
||||
|
||||
module Rails
|
||||
|
@ -107,7 +105,6 @@ end
|
|||
module ActiveSupport
|
||||
class TestCase
|
||||
include ActionDispatch::DrawOnce
|
||||
include Rails::Dom::Testing::Assertions
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue