diff options
author | Sergey Nartimov <just.lest@gmail.com> | 2012-01-22 22:19:29 +0300 |
---|---|---|
committer | Sergey Nartimov <just.lest@gmail.com> | 2012-01-22 22:19:29 +0300 |
commit | d579df93d52c78284ee2b6afee8361889354e7bf (patch) | |
tree | 5a956180759047d6ee193d9fe562f01bd7d752a0 /actionmailer | |
parent | 4e6050b9614d178c28cce45f1c33ad9d1666e330 (diff) | |
download | rails-d579df93d52c78284ee2b6afee8361889354e7bf.tar.gz rails-d579df93d52c78284ee2b6afee8361889354e7bf.tar.bz2 rails-d579df93d52c78284ee2b6afee8361889354e7bf.zip |
remove unnecessary AS::Concern usage
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/lib/action_mailer/test_helper.rb | 2 |
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 |