1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove explicit tmail requires in favor of autoload

This commit is contained in:
Jeremy Kemper 2008-11-23 13:16:32 -08:00
parent d75a234501
commit 6d91e7a7d6
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
require 'tmail/net'
module ActionMailer #:nodoc:
# Action Mailer allows you to send email from your application using a mailer model and views.
#

View file

@ -1,6 +1,5 @@
# encoding: utf-8
require 'abstract_unit'
require 'tmail'
require 'tempfile'
class QuotingTest < Test::Unit::TestCase