aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2016-02-27 13:02:02 -0500
committerArthur Neves <arthurnn@gmail.com>2016-02-27 13:03:57 -0500
commit2abcdfd978fdcd491576a237e8c6be04ddaf884d (patch)
tree0310ea2defd610061d73047413a870b5bb4c1133 /activesupport/test
parent3174b5f92a43e4bfdf4f833389b1ac819ac2cdc5 (diff)
downloadrails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.gz
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.bz2
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.zip
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