aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-24 12:07:56 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-24 12:07:56 -0800
commit6a88302a5fb2483b822c5eccb63bd43ac3958166 (patch)
tree997463f9f23ca30ccdcfc3e44954732cfe591770 /actionmailer/lib
parent6fe02f9a2c6637ba6113d6130dbdf37aff2727d3 (diff)
parentd579df93d52c78284ee2b6afee8361889354e7bf (diff)
downloadrails-6a88302a5fb2483b822c5eccb63bd43ac3958166.tar.gz
rails-6a88302a5fb2483b822c5eccb63bd43ac3958166.tar.bz2
rails-6a88302a5fb2483b822c5eccb63bd43ac3958166.zip
Merge pull request #4606 from lest/patch-1
remove unnecessary AS::Concern usage
Diffstat (limited to 'actionmailer/lib')
-rw-r--r--actionmailer/lib/action_mailer/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionmailer/lib/action_mailer/test_helper.rb b/actionmailer/lib/action_mailer/test_helper.rb
index 5beab87ad2..7204822395 100644
--- a/actionmailer/lib/action_mailer/test_helper.rb
+++ b/actionmailer/lib/action_mailer/test_helper.rb
@@ -1,7 +1,5 @@
module ActionMailer
module TestHelper
- extend ActiveSupport::Concern
-
# Asserts that the number of emails sent matches the given number.
#
# def test_emails