mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #38188 from roramirez/remove-test-code-not-used
Remove method encode from url_test in Actionmailer:
This commit is contained in:
commit
039ad441fd
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@ class ActionMailerUrlTest < ActionMailer::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def encode(text, charset = "UTF-8")
|
||||
quoted_printable(text, charset)
|
||||
end
|
||||
|
||||
def new_mail(charset = "UTF-8")
|
||||
mail = Mail.new
|
||||
mail.mime_version = "1.0"
|
||||
|
|
Loading…
Reference in a new issue