aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
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 /actionmailer
parent3174b5f92a43e4bfdf4f833389b1ac819ac2cdc5 (diff)
downloadrails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.gz
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.bz2
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.zip
Remove load_paths file
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/test/abstract_unit.rb1
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