mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update require in array_ext_test.rb
Removed `FIMXE` tag to require necessary file but not the whole core_ext
This commit is contained in:
parent
9eadf528e9
commit
70710c9764
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
require 'abstract_unit'
|
||||
require 'active_support/core_ext/array'
|
||||
require 'active_support/core_ext/big_decimal'
|
||||
require 'active_support/core_ext/hash'
|
||||
require 'active_support/core_ext/object/conversions'
|
||||
|
||||
require 'active_support/core_ext' # FIXME: pulling in all to_xml extensions
|
||||
require 'active_support/hash_with_indifferent_access'
|
||||
require 'active_support/core_ext/string'
|
||||
|
||||
class ArrayExtAccessTests < ActiveSupport::TestCase
|
||||
def test_from
|
||||
|
|
Loading…
Reference in a new issue