diff options
author | Arthur Neves <arthurnn@gmail.com> | 2016-02-27 13:02:02 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2016-02-27 13:03:57 -0500 |
commit | 2abcdfd978fdcd491576a237e8c6be04ddaf884d (patch) | |
tree | 0310ea2defd610061d73047413a870b5bb4c1133 /actionmailer/test | |
parent | 3174b5f92a43e4bfdf4f833389b1ac819ac2cdc5 (diff) | |
download | rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.gz rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.bz2 rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.zip |
Remove load_paths file
Diffstat (limited to 'actionmailer/test')
-rw-r--r-- | actionmailer/test/abstract_unit.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index 285b2cfcb5..8d740ac863 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -1,4 +1,3 @@ -require File.expand_path('../../../load_paths', __FILE__) require 'active_support/core_ext/kernel/reporting' # These are the normal settings that will be set up by Railties |