mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Needless requires
This commit is contained in:
parent
5fd143ec56
commit
2f8e5f627d
2 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
require 'tempfile'
|
||||
require 'stringio'
|
||||
require 'strscan'
|
||||
|
||||
require 'active_support/core_ext/hash/indifferent_access'
|
||||
require 'active_support/core_ext/string/access'
|
||||
require 'active_support/inflector'
|
||||
require 'action_dispatch/http/headers'
|
||||
require 'action_controller/metal/exceptions'
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
require 'abstract_unit'
|
||||
require 'active_support/testing/autorun'
|
||||
require 'action_controller'
|
||||
require 'rails/engine'
|
||||
require 'action_dispatch/routing/inspector'
|
||||
|
||||
|
|
Loading…
Reference in a new issue