1
0
Fork 0
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:
Rafael França 2020-01-08 12:10:52 -03:00 committed by GitHub
commit 039ad441fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"