diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-08 15:10:41 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-08 15:10:41 -0300 |
commit | 7b975c54d1e8c70bfeb82b15303ab18204de7b33 (patch) | |
tree | 8f23e7e1c36af779e07a215c8a0d8cdb0bc3354d /activesupport | |
parent | 3d782864a525a34eefab087410139f59845ec497 (diff) | |
parent | 40fe833493442e63c07f9aec707b51d3d267e0c8 (diff) | |
download | rails-7b975c54d1e8c70bfeb82b15303ab18204de7b33.tar.gz rails-7b975c54d1e8c70bfeb82b15303ab18204de7b33.tar.bz2 rails-7b975c54d1e8c70bfeb82b15303ab18204de7b33.zip |
Merge pull request #20074 from ankit8898/as_core_ext_req_not
as/core_ext require's not used
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/time_travel_test.rb | 1 | ||||
-rw-r--r-- | activesupport/test/xml_mini_test.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/test/time_travel_test.rb b/activesupport/test/time_travel_test.rb index 676a143692..869bc09991 100644 --- a/activesupport/test/time_travel_test.rb +++ b/activesupport/test/time_travel_test.rb @@ -1,5 +1,4 @@ require 'abstract_unit' -require 'active_support/core_ext/date' require 'active_support/core_ext/date_time' require 'active_support/core_ext/numeric/time' diff --git a/activesupport/test/xml_mini_test.rb b/activesupport/test/xml_mini_test.rb index bcd6997b06..0e4e7427d2 100644 --- a/activesupport/test/xml_mini_test.rb +++ b/activesupport/test/xml_mini_test.rb @@ -1,7 +1,6 @@ require 'abstract_unit' require 'active_support/xml_mini' require 'active_support/builder' -require 'active_support/core_ext/array' require 'active_support/core_ext/hash' require 'active_support/core_ext/big_decimal' |