aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/mail_service_test.rb
diff options
context:
space:
mode:
authorDavid Chelimsky <dchelimsky@gmail.com>2010-06-12 09:18:42 -0400
committerJosé Valim <jose.valim@gmail.com>2010-06-12 15:34:31 +0200
commitd588bbd4311fc2060167bbaa021209a91641ba11 (patch)
tree6757aa361746705bbdcb84946cdd258394a952fa /actionmailer/test/old_base/mail_service_test.rb
parent7508c0e9d3b126da1a443272550b80c6744e6f39 (diff)
downloadrails-d588bbd4311fc2060167bbaa021209a91641ba11.tar.gz
rails-d588bbd4311fc2060167bbaa021209a91641ba11.tar.bz2
rails-d588bbd4311fc2060167bbaa021209a91641ba11.zip
Move ActionMailer::TC to AV::TC::Behavior
[#4843 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'actionmailer/test/old_base/mail_service_test.rb')
-rw-r--r--actionmailer/test/old_base/mail_service_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/old_base/mail_service_test.rb b/actionmailer/test/old_base/mail_service_test.rb
index e8e8fcedc9..527b37218a 100644
--- a/actionmailer/test/old_base/mail_service_test.rb
+++ b/actionmailer/test/old_base/mail_service_test.rb
@@ -1113,6 +1113,8 @@ class InheritableTemplateRootTest < ActiveSupport::TestCase
end
class MethodNamingTest < ActiveSupport::TestCase
+ include ActionMailer::TestHelper
+
class TestMailer < ActionMailer::Base
def send
body 'foo'