aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-09 10:11:29 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-09 10:11:29 -0800
commit4083e0ea2ae6f87929a32935122f2427845098e0 (patch)
tree7bf29a054ba5d01f70766096138e79ee31463afe /actionmailer/test/abstract_unit.rb
parentc567ccbb1738969345b29297e40a9aee87a97391 (diff)
downloadrails-4083e0ea2ae6f87929a32935122f2427845098e0.tar.gz
rails-4083e0ea2ae6f87929a32935122f2427845098e0.tar.bz2
rails-4083e0ea2ae6f87929a32935122f2427845098e0.zip
removing text-format in favor of a more simple solution
Diffstat (limited to 'actionmailer/test/abstract_unit.rb')
-rw-r--r--actionmailer/test/abstract_unit.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb
index 0dce0ac15d..ce664bf301 100644
--- a/actionmailer/test/abstract_unit.rb
+++ b/actionmailer/test/abstract_unit.rb
@@ -25,7 +25,6 @@ end
silence_warnings do
# These external dependencies have warnings :/
- require 'text/format'
require 'mail'
end
@@ -79,4 +78,4 @@ def restore_delivery_method
ActionMailer::Base.delivery_method = @old_delivery_method
end
-ActiveSupport::Deprecation.silenced = true \ No newline at end of file
+ActiveSupport::Deprecation.silenced = true