mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #4606 from lest/patch-1
remove unnecessary AS::Concern usage
This commit is contained in:
commit
6a88302a5f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue