From d579df93d52c78284ee2b6afee8361889354e7bf Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Sun, 22 Jan 2012 22:19:29 +0300 Subject: remove unnecessary AS::Concern usage --- actionmailer/lib/action_mailer/test_helper.rb | 2 -- 1 file changed, 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 -- cgit v1.2.3