aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-03-01 16:10:09 -0500
committerArthur Nogueira Neves <github@arthurnn.com>2016-03-01 16:10:09 -0500
commit15c308582f6d5c5576e6c355bf7c98d98f968adc (patch)
treea048ea9398a875a3c11438bfe37d0444c0fe3bc9 /activesupport/test
parent8e3790c163b00af9c842602101dcb410361f5fd7 (diff)
parent2abcdfd978fdcd491576a237e8c6be04ddaf884d (diff)
downloadrails-15c308582f6d5c5576e6c355bf7c98d98f968adc.tar.gz
rails-15c308582f6d5c5576e6c355bf7c98d98f968adc.tar.bz2
rails-15c308582f6d5c5576e6c355bf7c98d98f968adc.zip
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Remove load_paths file
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/abstract_unit.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index c0e23e89f7..7f0fcd6996 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -1,12 +1,5 @@
ORIG_ARGV = ARGV.dup
-begin
- old, $VERBOSE = $VERBOSE, nil
- require File.expand_path('../../../load_paths', __FILE__)
-ensure
- $VERBOSE = old
-end
-
require 'active_support/core_ext/kernel/reporting'
silence_warnings do