aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Nartimov <just.lest@gmail.com>2012-01-22 22:19:29 +0300
committerSergey Nartimov <just.lest@gmail.com>2012-01-22 22:19:29 +0300
commitd579df93d52c78284ee2b6afee8361889354e7bf (patch)
tree5a956180759047d6ee193d9fe562f01bd7d752a0
parent4e6050b9614d178c28cce45f1c33ad9d1666e330 (diff)
downloadrails-d579df93d52c78284ee2b6afee8361889354e7bf.tar.gz
rails-d579df93d52c78284ee2b6afee8361889354e7bf.tar.bz2
rails-d579df93d52c78284ee2b6afee8361889354e7bf.zip
remove unnecessary AS::Concern usage
-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